mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-04 19:04:04 +02:00
♻️ change TOKEN to DISCORD_TOKEN
This commit is contained in:
@ -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__":
|
||||
|
Reference in New Issue
Block a user