Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function updateStageInstance
import { updateStageInstance } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/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<StageInstance, "topic">>