We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2815e9b commit 7fb97fbCopy full SHA for 7fb97fb
discord/enums.py
@@ -265,6 +265,12 @@ class MessageType(Enum):
265
stage_raise_hand = 30
266
stage_topic = 31
267
guild_application_premium_subscription = 32
268
+ guild_incident_alert_mode_enabled = 36
269
+ guild_incident_alert_mode_disabled = 37
270
+ guild_incident_report_raid = 38
271
+ guild_incident_report_false_alarm = 39
272
+ purchase_notification = 44
273
+ poll_result = 46
274
275
276
class VoiceRegion(Enum):
0 commit comments