Add support for messages with type purchase_notification

This commit is contained in:
Soheab
2024-10-11 01:43:07 +02:00
committed by GitHub
parent 04b8f385b1
commit b3141db6e9
4 changed files with 113 additions and 0 deletions

View File

@ -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):