Update main.py

This commit is contained in:
Choco
2023-07-31 20:57:20 +08:00
parent e0a13a0bbe
commit 8d38ed99d7

View File

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