@antiraid-ext/events/discord/IntegrationCreate
API reference for @antiraid-ext/events/discord/IntegrationCreate
@antiraid-ext/events/discord/IntegrationCreate
Functions
onIntegrationCreate
IntegrationCreate
Dispatched when an integration is created in a guild.
Function Signature
--- IntegrationCreate
---
--- Dispatched when an integration is created in a guild.
function onIntegrationCreate(event: Primitives.Event, callback: (integration: discordgateway.IntegrationCreatePayload) -> ()) end
Arguments
event
callback
Function Signature
callback: (integration: discordgateway.IntegrationCreatePayload) -> ()
Arguments
integration
Last updated on