@antiraid-ext/events/discord/InviteCreate
API reference for @antiraid-ext/events/discord/InviteCreate
@antiraid-ext/events/discord/InviteCreate
Functions
onInviteCreate
InviteCreate
Dispatched when an invite is created.
Function Signature
--- InviteCreate
---
--- Dispatched when an invite is created.
function onInviteCreate(event: Primitives.Event, callback: (data: discordGateway.InviteCreatePayload) -> ()) end
Arguments
event
callback
Function Signature
callback: (data: discordGateway.InviteCreatePayload) -> ()
Arguments
data
Last updated on