Update bot.py

This commit is contained in:
Mickaël 2025-08-24 10:21:54 +02:00 committed by GitHub
parent 1b50a955c8
commit 569526a08c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
bot.py
View file

@ -23,6 +23,7 @@ initial_cogs = [
"cogs.pbcvc",
"cogs.top10",
"cogs.mystats",
"cogs.mercy",
]
for cog in initial_cogs:
@ -33,3 +34,4 @@ async def on_ready():
print(f"{bot.user.name} est connecté !")
bot.run(DISCORD_TOKEN)