Skip to main content
Module

x/natico/deps.ts>updateStageInstance

A powerful and customizable framework for Discordeno
Latest
function updateStageInstance
import { updateStageInstance } from "https://deno.land/x/natico@4.0.0-pre.4/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">>