aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/enums.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py
index c171e1e3..7fa39289 100644
--- a/discord/enums.py
+++ b/discord/enums.py
@@ -417,6 +417,7 @@ class ActivityType(Enum):
listening = 2
watching = 3
custom = 4
+ competing = 5
def __int__(self):
return self.value