Update bot.py
This commit is contained in:
parent
1b50a955c8
commit
569526a08c
1 changed files with 2 additions and 0 deletions
2
bot.py
2
bot.py
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue