Fix token variable usage

This commit is contained in:
ekzyis 2021-09-24 22:00:19 +02:00
parent be8af5f81e
commit 6da59a68b9

View File

@ -98,4 +98,4 @@ if not token:
print("No token fouund in BOT_TOKEN")
exit(1)
bot.run(os.environ["BOT_TOKEN"])
bot.run(token)