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

5
bot.py
View file

@ -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)
@ -68,4 +71,4 @@ async def on_message(msg):
print(msg.content)
"""
bot.run("Mzg0MDk0ODcyODIwMjUyNjc0.DPt74w.2t6XZoFVYgk-7eMeS702dqyvoP4")
bot.run("Mzg0MDk0ODcyODIwMjUyNjc0.DPt74w.2t6XZoFVYgk-7eMeS702dqyvoP4")