Latest
function createStageInstance
import { createStageInstance } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/validations/deps.ts";

Creates a stage instance associated with a stage channel.

Parameters

bot: Bot
  • The bot instance to use to make the request.
  • The parameters for the creation of the stage instance.

Returns

Promise<StageInstance>

An instance of the created StageInstance.