mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add new incident message types
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
This commit is contained in:
@ -247,6 +247,10 @@ class MessageType(Enum):
|
||||
stage_raise_hand = 30
|
||||
stage_topic = 31
|
||||
guild_application_premium_subscription = 32
|
||||
guild_incident_alert_mode_enabled = 36
|
||||
guild_incident_alert_mode_disabled = 37
|
||||
guild_incident_report_raid = 38
|
||||
guild_incident_report_false_alarm = 39
|
||||
|
||||
|
||||
class SpeakingState(Enum):
|
||||
|
Reference in New Issue
Block a user