LogoAntiRaid

@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

Primitives.Event

callback

Function Signature
callback: (data: discordGateway.InviteCreatePayload) -> ()

Arguments

data

discordGateway.InviteCreatePayload

Last updated on