GuildIntegration
GuildIntegration ⇐ Base
Section titled “GuildIntegration ⇐ Base”Represents a Guild Integration on Discord.
Kind: global class
Extends: Base
- GuildIntegration ⇐
Base
new GuildIntegration(data, guildId, client)
Section titled “new GuildIntegration(data, guildId, client)”| Param | Type | Description |
|---|---|---|
| data | Object | The data for the guild integration. |
| guildId | Snowflake | The ID of the guild this integration belongs to. |
| client | Client | The client that instantiated this integration. |
guildIntegration.guild : Guild
Section titled “guildIntegration.guild : Guild”The Guild object corresponding to this GuildIntegration.
Kind: instance property of GuildIntegration
Read only: true