Skip to content

GuildIntegration

GuildIntegration ⇐ Base

Represents a Guild Integration on Discord.

Kind: global class
Extends: Base

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.

guildIntegration.guild : Guild

The Guild object corresponding to this GuildIntegration.

Kind: instance property of GuildIntegration
Read only: true