feat: 将tips的值统一为str类型

This commit is contained in:
Rock Chin
2023-04-07 13:23:58 +08:00
parent 83d02aaaac
commit 07abad6a14
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -32,9 +32,9 @@ help_message = """【可自定义】
# QChatGPT/pkg/qqbot/manager.py
# 私聊消息超时提示,line:271
reply_message = ["私聊请求超时"]
reply_message = "私聊请求超时"
# 群聊消息超时提示,line:310
replys_message = ["群聊请求超时"]
replys_message = "群聊请求超时"
# 指令权限不足/无效提示
# QChatGPT/pkg/qqbot/command.pyline:57
@@ -46,5 +46,5 @@ command_err_message = "指令执行出错:"
# 会话重置提示
# pkg/qqbot/cmds/session/reset.pyline:25,31
command_reset_message = ["[bot]会话已重置"]
command_reset_message = "[bot]会话已重置"
command_reset_name_message = "[bot]会话已重置,使用场景预设:"