Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function createStageInstance
import { createStageInstance } from "https://deno.land/x/discordeno@17.2.0/helpers/channels/stages/createStageInstance.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.