Add new message types to MessageType enum

This commit is contained in:
Rapptz
2023-01-10 18:10:30 -05:00
parent 3d24f0fb12
commit 8e52db1f1b
3 changed files with 21 additions and 1 deletions

View File

@ -233,6 +233,13 @@ class MessageType(Enum):
context_menu_command = 23
auto_moderation_action = 24
role_subscription_purchase = 25
interaction_premium_upsell = 26
# stage_start = 27
# stage_end = 28
# stage_speaker = 29
# stage_raise_hand = 30
# stage_topic = 31
guild_application_premium_subscription = 32
class SpeakingState(Enum):