Skip to content

GuildIntegration

Represents a Guild Integration on Discord.

Kind: global class
Extends: Base

new GuildIntegration(data, guildId, client)

Section titled “new GuildIntegration(data, guildId, client)”
ParamTypeDescription
dataObjectThe data for the guild integration.
guildIdSnowflakeThe ID of the guild this integration belongs to.
clientClientThe client that instantiated this integration.

The Guild object corresponding to this GuildIntegration.

Kind: instance property of GuildIntegration
Read only: true