mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add support for messages with type purchase_notification
This commit is contained in:
@ -258,6 +258,7 @@ class MessageType(Enum):
|
||||
guild_incident_alert_mode_disabled = 37
|
||||
guild_incident_report_raid = 38
|
||||
guild_incident_report_false_alarm = 39
|
||||
purchase_notification = 44
|
||||
|
||||
|
||||
class SpeakingState(Enum):
|
||||
|
Reference in New Issue
Block a user