From 8d38ed99d74d4092cf643b4d1c84d0f2e046ee35 Mon Sep 17 00:00:00 2001 From: Choco <94597336+ChocoMeow@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:57:20 +0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 63f7694..2c0c841 100644 --- a/main.py +++ b/main.py @@ -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) \ No newline at end of file