Update main.py

This commit is contained in:
Choco
2023-07-31 21:00:06 +08:00
parent 8d38ed99d7
commit 3dbf88b05a

View File

@@ -137,5 +137,5 @@ bot = Vocard(
)
if __name__ == "__main__":
update.check_version(withMsg=True)
update.check_version(with_msg=True)
bot.run(func.tokens.token, log_handler=None)