aboutsummaryrefslogtreecommitdiff
path: root/discord/enums.py
diff options
context:
space:
mode:
authoriDutchy <[email protected]>2020-09-20 06:05:18 +0200
committerGitHub <[email protected]>2020-09-20 00:05:18 -0400
commitcc26499237e579d19b43008d898a07324aef0854 (patch)
tree5af7b993eec1e57b51ccdc0312ca9f0b45f7e233 /discord/enums.py
parentissue/PR templates: use h2 instead of h3 (diff)
downloaddiscord.py-cc26499237e579d19b43008d898a07324aef0854.tar.xz
discord.py-cc26499237e579d19b43008d898a07324aef0854.zip
Add competing activity type
Diffstat (limited to 'discord/enums.py')
-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