Skip to main content
Module

x/oasis/deps.ts>updateStageInstance

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