Add MessageType.guild_invite_reminder

This commit is contained in:
Nadir Chowdhury
2021-04-18 20:33:56 -04:00
committed by GitHub
parent 631a0b1e13
commit 95777230b0
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -181,6 +181,7 @@ class MessageType(Enum):
guild_discovery_grace_period_final_warning = 17
reply = 19
application_command = 20
guild_invite_reminder = 22
class VoiceRegion(Enum):
us_west = 'us-west'