Fix token variable usage
This commit is contained in:
parent
be8af5f81e
commit
6da59a68b9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue