From dd21536864d9547984b4c6481e8d6c827e3e86b6 Mon Sep 17 00:00:00 2001 From: Alexis LEBEL Date: Fri, 31 Mar 2023 14:13:34 +0200 Subject: [PATCH] [CODE] Cleaned code.py --- code/code.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/code/code.py b/code/code.py index 19760b4..6750711 100644 --- a/code/code.py +++ b/code/code.py @@ -14,17 +14,6 @@ bot.add_cog(cogs.Chat(bot)) bot.add_cog(cogs.ManageChat(bot)) bot.add_cog(cogs.Moderation(bot)) - -@bot.event -async def on_ready(): - await bot.change_presence( - activity=discord.Activity( - type=discord.ActivityType.watching, name="your messages to answer you" - ) - ) - debug("Bot is ready") - - bot.run(discord_token) # run the bot