mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-30 23:40:09 +00:00
fix: StageRaiseHand should be unstable (#722)
This commit is contained in:
@@ -704,6 +704,9 @@ export enum MessageType {
|
||||
StageStart,
|
||||
StageEnd,
|
||||
StageSpeaker,
|
||||
/**
|
||||
* @unstable https://github.com/discord/discord-api-docs/pull/5927#discussion_r1107678548
|
||||
*/
|
||||
StageRaiseHand,
|
||||
StageTopic,
|
||||
GuildApplicationPremiumSubscription,
|
||||
|
||||
@@ -690,6 +690,9 @@ export enum MessageType {
|
||||
StageStart,
|
||||
StageEnd,
|
||||
StageSpeaker,
|
||||
/**
|
||||
* @unstable https://github.com/discord/discord-api-docs/pull/5927#discussion_r1107678548
|
||||
*/
|
||||
StageRaiseHand,
|
||||
StageTopic,
|
||||
GuildApplicationPremiumSubscription,
|
||||
|
||||
@@ -704,6 +704,9 @@ export enum MessageType {
|
||||
StageStart,
|
||||
StageEnd,
|
||||
StageSpeaker,
|
||||
/**
|
||||
* @unstable https://github.com/discord/discord-api-docs/pull/5927#discussion_r1107678548
|
||||
*/
|
||||
StageRaiseHand,
|
||||
StageTopic,
|
||||
GuildApplicationPremiumSubscription,
|
||||
|
||||
@@ -690,6 +690,9 @@ export enum MessageType {
|
||||
StageStart,
|
||||
StageEnd,
|
||||
StageSpeaker,
|
||||
/**
|
||||
* @unstable https://github.com/discord/discord-api-docs/pull/5927#discussion_r1107678548
|
||||
*/
|
||||
StageRaiseHand,
|
||||
StageTopic,
|
||||
GuildApplicationPremiumSubscription,
|
||||
|
||||
Reference in New Issue
Block a user