Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/packages/deps.ts>updateStageInstance

An object oriented Discordeno framework
Latest
function updateStageInstance
import { updateStageInstance } from "https://deno.land/x/oasis@2.1.0/packages/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">>