mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-18 01:07:22 +00:00
fix(types): Fix discordeno/stageInstance.ts (#4364)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user