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:
Ramdip Gill 2021-09-24 20:01:05 +00:00
commit 05113c9e23
1 changed files with 1 additions and 1 deletions

View File

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