diff --git a/hikari/presences.py b/hikari/presences.py index 0f48c9067d..5090ddcfce 100644 --- a/hikari/presences.py +++ b/hikari/presences.py @@ -85,6 +85,9 @@ class ActivityType(enum.IntEnum): Bots currently do not support setting custom statuses. """ + COMPETING = 5 + """Shows up as `Competing in `""" + def __str__(self) -> str: return self.name