♻️ change TOKEN to DISCORD_TOKEN

This commit is contained in:
ddorn 2020-05-16 12:49:55 +02:00
parent 53370fbcb6
commit 697f1caf91
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def start():
bot.load_extension("src.cogs.tirages")
bot.load_extension("src.utils")
bot.run(TOKEN)
bot.run(DISCORD_TOKEN)
if __name__ == "__main__":