Skip to main content
Module

x/discordeno/mod.ts>updateStageInstance

Discord API library for Deno
Extremely Popular
Go to Latest
function updateStageInstance
import { updateStageInstance } from "https://deno.land/x/discordeno@13.0.0-rc45/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">>