This commit is contained in:
ekzyis 2021-09-24 22:03:28 +02:00
parent 406556e8cf
commit 737919557a
1 changed files with 1 additions and 1 deletions

View File

@ -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)