Ajout du mode Garou
Le mode Garou arrive ! WIP
This commit is contained in:
parent
9a7c210248
commit
b0c17a2b70
1 changed files with 4 additions and 1 deletions
3
bot.py
3
bot.py
|
@ -26,6 +26,9 @@ async def on_ready():
|
|||
print("Démarrage de Reactionner")
|
||||
bot.load_extension("Reactionner")
|
||||
|
||||
print("Démarrage de Garou")
|
||||
bot.load_extension("Garou")
|
||||
|
||||
print("FTW's Bot operationelle")
|
||||
|
||||
@bot.command(pass_context = True)
|
||||
|
|
Reference in a new issue