Skip to main content
Module

x/discordeno/mod.ts>createStageInstance

Discord API library for Deno
Latest
function createStageInstance
import { createStageInstance } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Creates a stage instance associated with a stage channel.

Parameters

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

Returns

Promise<StageInstance>

An instance of the created StageInstance.