diff --git a/discord/enums.py b/discord/enums.py index 7d1ba6ec..e74e6698 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