aboutsummaryrefslogtreecommitdiff
path: root/discord/enums.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/enums.py')
-rw-r--r--discord/enums.py20
1 files changed, 12 insertions, 8 deletions
diff --git a/discord/enums.py b/discord/enums.py
index d077f7ee..5e47f8a9 100644
--- a/discord/enums.py
+++ b/discord/enums.py
@@ -76,14 +76,18 @@ class ChannelType(Enum):
@fast_lookup
class MessageType(Enum):
- default = 0
- recipient_add = 1
- recipient_remove = 2
- call = 3
- channel_name_change = 4
- channel_icon_change = 5
- pins_add = 6
- new_member = 7
+ default = 0
+ recipient_add = 1
+ recipient_remove = 2
+ call = 3
+ channel_name_change = 4
+ channel_icon_change = 5
+ pins_add = 6
+ new_member = 7
+ premium_guild_subscription = 8
+ premium_guild_tier_1 = 9
+ premium_guild_tier_2 = 10
+ premium_guild_tier_3 = 11
@fast_lookup
class VoiceRegion(Enum):