Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function updateStageInstance
import { updateStageInstance } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/helpers/deps.ts";

Updates fields of an existing Stage instance. Requires the user to be a moderator of the Stage channel.

Parameters

bot: Bot
channelId: bigint
data: AtLeastOne<Pick<DiscordStageInstance, "topic">>