Ready for v2.5.7

This commit is contained in:
Choco
2023-03-08 12:19:11 +08:00
parent a13edcedbb
commit 9a94bd3dad
2 changed files with 2 additions and 2 deletions

View File

@@ -132,4 +132,4 @@ async def app_command_error(interaction: discord.Interaction, error):
if __name__ == "__main__":
update.checkVersion(withMsg=True)
bot.run(os.getenv("TOKEN"))
bot.run(os.getenv("TOKEN"), log_handler=None)

View File

@@ -3,7 +3,7 @@ from io import BytesIO
root_dir = os.path.dirname(os.path.abspath(__file__))
install_pack_dir = os.path.join(root_dir, "Vocard.zip")
__version__ = "v2.5.6"
__version__ = "v2.5.7"
def checkVersion(withMsg = False):
resp = requests.get("https://api.github.com/repos/ChocoMeow/Vocard/releases/latest")