♻️ change TOKEN to DISCORD_TOKEN
This commit is contained in:
parent
2019742d21
commit
bbad37aa67
|
@ -29,7 +29,7 @@ def start():
|
||||||
bot.load_extension("src.cogs.tirages")
|
bot.load_extension("src.cogs.tirages")
|
||||||
bot.load_extension("src.utils")
|
bot.load_extension("src.utils")
|
||||||
|
|
||||||
bot.run(TOKEN)
|
bot.run(DISCORD_TOKEN)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in New Issue