From e17d048d6892f3fadd597abead8aa69c17ce6397 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 8 Jun 2020 03:12:15 +0100 Subject: [PATCH] Added help for the cuddle command in HelpCommands.py --- EnsoBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnsoBot.py b/EnsoBot.py index 47628132..b481c768 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='Reading Yaoi')) + await client.change_presence(activity=discord.Game(name='Izzy UvU <3')) # Bot ~Ping command in milliseconds