Archived
1
0
Fork 0

Ajout du mode Garou

Le mode Garou arrive ! WIP
This commit is contained in:
Ethanell 2017-12-03 12:31:15 +01:00 committed by GitHub
parent 9a7c210248
commit b0c17a2b70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
bot.py
View file

@ -26,6 +26,9 @@ async def on_ready():
print("Démarrage de Reactionner") print("Démarrage de Reactionner")
bot.load_extension("Reactionner") bot.load_extension("Reactionner")
print("Démarrage de Garou")
bot.load_extension("Garou")
print("FTW's Bot operationelle") print("FTW's Bot operationelle")
@bot.command(pass_context = True) @bot.command(pass_context = True)