feat: 允许自定义命令前缀

This commit is contained in:
RockChinQ
2024-07-28 16:01:58 +08:00
parent 68ddb3a6e1
commit 48cc3656bd
17 changed files with 35 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ class VersionCommand(operator.CommandOperator):
try:
if await self.ap.ver_mgr.is_new_version_available():
reply_str += "\n\n有新版本可用, 使用 !update 更新"
reply_str += "\n\n有新版本可用"
except:
pass