LogoAntiRaid

@antiraid-ext/events/discord/StageInstanceCreate

API reference for @antiraid-ext/events/discord/StageInstanceCreate

@antiraid-ext/events/discord/StageInstanceCreate

Functions

onStageInstanceCreate

StageInstanceCreate

Dispatched when a stage instance is created.

Function Signature
--- StageInstanceCreate
---
--- Dispatched when a stage instance is created.
function onStageInstanceCreate(event: Primitives.Event, callback: (instance: discord.StageInstanceObject) -> ()) end

Arguments

event

Primitives.Event

callback

Function Signature
callback: (instance: discord.StageInstanceObject) -> ()

Arguments

instance

discord.StageInstanceObject

Last updated on