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