Skip to main content
Extremely Popular
Go to Latest
function updateStageInstance
import { updateStageInstance } from "https://deno.land/x/discordeno@13.0.0-rc45/helpers/mod.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">>