From f3bae0c10211159d24216545358b283dc3ffd8c8 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 18 Jun 2020 20:15:30 +0100 Subject: [PATCH] Updating Status --- EnsoBot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EnsoBot.py b/EnsoBot.py index 067f1bea..6819affc 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -32,8 +32,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="Falling in Love Again 😍 ", url="https://www.twitch.tv/goudham")) + await client.change_presence(activity=discord.Game(name="Falling in Love Again 😍 ")) # Bot ~Ping command in milliseconds