Integration
class Integration(val data: IntegrationData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : KordEntity, Strategizable(source)
Properties
Link copied to clipboard
Link copied to clipboard
Whether this integration requires emoticons to be synced, only supports Twitch right now.
Link copied to clipboard
The behavior used to expire subscribers.
Link copied to clipboard
The grace period before expiring subscribers.
Link copied to clipboard
The behavior of the guild this integration is tied to.
Link copied to clipboard
The behavior of the role used for 'subscribers' of the integration.
Link copied to clipboard
The supplier used to request entities.
Link copied to clipboard
The behavior of the user for this integration.
Functions
Link copied to clipboard
Requests to edit this integration.
Link copied to clipboard
Requests to get the guild this integration is tied to, returns null if the guild isn't present.
Link copied to clipboard
Requests to get the role used for 'subscribers' of the integration, returns null if the role isn't present.
Link copied to clipboard