fix(types): Fix discordeno/stageInstance.ts (#4364)

This commit is contained in:
Fleny
2025-08-15 16:15:57 -04:00
committed by GitHub
parent 6f8191516a
commit ba9402e5d2
@@ -20,7 +20,7 @@ export interface CreateStageInstance {
/** https://discord.com/developers/docs/resources/stage-instance#modify-stage-instance-json-params */
export interface EditStageInstanceOptions {
/** The topic of the Stage instance (1-120 characters) */
topic: string
topic?: string
/** The privacy level of the Stage instance */
privacyLevel?: DiscordStageInstancePrivacyLevel
}