From bbdbb4818d6354997f237accdc0a2ff88fa10260 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 11 Jun 2020 21:12:15 +0100 Subject: [PATCH] Changed status message --- EnsoBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnsoBot.py b/EnsoBot.py index 61bc1d3b..68e3edef 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -24,7 +24,7 @@ if __name__ == '__main__': @client.event async def on_ready(): print('Bot is ready.') - await client.change_presence(activity=discord.Game(name='Izzy UvU <3')) + await client.change_presence(activity=discord.Game(name="I'm scared")) # Bot ~Ping command in milliseconds