Skip to content

Commit 7fb97fb

Browse files
authored
new message types
1 parent 2815e9b commit 7fb97fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

discord/enums.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,12 @@ class MessageType(Enum):
265265
stage_raise_hand = 30
266266
stage_topic = 31
267267
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
268274

269275

270276
class VoiceRegion(Enum):

0 commit comments

Comments
 (0)