From 17d00b93b4de970b75e2bc83bf9b7a9852832dd8 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 1 Jul 2020 01:59:31 +0100 Subject: [PATCH] Changing Bot's Status --- EnsoBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnsoBot.py b/EnsoBot.py index 3a399764..bc5364f8 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -33,7 +33,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="With Izzy 😏😏")) + await client.change_presence(activity=discord.Game(name="Currently Dying :((")) # Bot ~Ping command in milliseconds