Integration
classe · Source
Represents a guild integration.
Extends: Base
Properties
guild
The guild this integration belongs to Source
id
The integration id Source
name
The integration name Source
type
The integration type Source
enabled
Whether this integration is enabled Source
syncing
Whether this integration is syncing Source
role
The role that this integration uses for subscribers Source
enableEmoticons
Whether emoticons should be synced for this integration (twitch only currently) Source
user
The user for this integration Source
account
The account integration information Source
syncedAt
The last time this integration was last synced Source
subscriberCount
How many subscribers this integration has Source
revoked
Whether this integration has been revoked Source
roles
All roles that are managed by this integration Source
expireBehavior
The behavior of expiring subscribers Source
expireGracePeriod
The grace period before expiring subscribers Source
application
The application for this integration Source
client
The client that instantiated this Source
Methods
delete
Deletes this integration. Parameters
| Name | Type | Description |
|---|---|---|
reason? | string | Reason for deleting this integration |
Returns: Promise<Integration>Source