mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
[CODE] Cleaned code.py
This commit is contained in:
11
code/code.py
11
code/code.py
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user