mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[GH-ISSUE #646] Version string parsing is outdated #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Megamouse on GitHub (Sep 21, 2020).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/646
version string was replaced:
from
sys_log.notice("Version: %s / %s", GetAppVersion(), version_disc);to
sys_log.notice("Version: APP_VER=%s VERSION=%s", version_app, version_disc);Version string parsing is outdatedto [GH-ISSUE #646] Version string parsing is outdated