[CODE] Cleaned code.py

This commit is contained in:
Alexis LEBEL
2023-03-31 14:13:34 +02:00
parent c71b7407b7
commit dd21536864

View File

@@ -14,17 +14,6 @@ bot.add_cog(cogs.Chat(bot))
bot.add_cog(cogs.ManageChat(bot)) bot.add_cog(cogs.ManageChat(bot))
bot.add_cog(cogs.Moderation(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 bot.run(discord_token) # run the bot