mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add support for role subscription reading
This commit is contained in:
@ -232,6 +232,7 @@ class MessageType(Enum):
|
||||
guild_invite_reminder = 22
|
||||
context_menu_command = 23
|
||||
auto_moderation_action = 24
|
||||
role_subscription_purchase = 25
|
||||
|
||||
|
||||
class SpeakingState(Enum):
|
||||
|
Reference in New Issue
Block a user