Fix typo
This commit is contained in:
parent
406556e8cf
commit
737919557a
|
@ -94,7 +94,7 @@ if __name__ == "__main__":
|
|||
|
||||
token = os.environ.get("BOT_TOKEN", None)
|
||||
if not token:
|
||||
print("No token fouund in BOT_TOKEN")
|
||||
print("No token found in BOT_TOKEN")
|
||||
sys.exit(1)
|
||||
|
||||
bot.run(token)
|
||||
|
|
Loading…
Reference in New Issue