Merge branch 'no-issue-fix-token-variable-usage' into 'develop'
Fix token variable usage See merge request ekzyis/musicube!4
This commit is contained in:
commit
05113c9e23
|
@ -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