From 3e4e50e204b1e533215b523f027f144b4a297c3a Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 21 Jul 2020 11:00:36 +0100 Subject: [PATCH] Adding another status --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index 6fb79ba1..d9020523 100644 --- a/main.py +++ b/main.py @@ -162,6 +162,9 @@ async def change_status(): discord.Activity( type=discord.ActivityType.watching, name=f"{string.capwords(member.name.capitalize())} | {guild.name} | {get_version()}"), + discord.Activity( + type=discord.ActivityType.watching, + name=f"Hamothy Program His Life Away | {get_version()}"), discord.Game(name=f"~help | {get_version()}") ] )