From 6ea00fcfcba4ca0eec0fce1d421f3e8705ff56cc Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 1 Jul 2020 16:01:07 +0100 Subject: [PATCH] Changed to a happier status --- EnsoBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnsoBot.py b/EnsoBot.py index 883ef33d..9f135371 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -31,7 +31,7 @@ async def on_ready(): print('Bot is ready.') # Sets the bots status on discord for everyone to view - await client.change_presence(activity=discord.Game(name="Currently Dying :((")) + await client.change_presence(activity=discord.Game(name="Feeling Pretty Good :))")) # Bot ~Ping command in milliseconds