From 36aaa125869e282a4d2d2d3549ca2586d2c811e0 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sun, 12 Feb 2023 00:12:19 +0800 Subject: [PATCH] fix: incorrect help text under prefix toggle mode --- apps/help.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/help.js b/apps/help.js index 91adf87..7dae2fb 100644 --- a/apps/help.js +++ b/apps/help.js @@ -1,4 +1,5 @@ import plugin from '../../../lib/plugins/plugin.js' +import { Config } from '../config/index.js' let helpData = [ { @@ -6,7 +7,7 @@ let helpData = [ list: [ { icon: 'chat', - title: '@我+聊天内容', + title: Config.toggleMode === 'at' ? '@我+聊天内容' : '#chat+聊天内容', desc: '与机器人聊天' }, {