fix: incorrect help text under prefix toggle mode

This commit is contained in:
ikechan8370 2023-02-12 00:12:19 +08:00
parent 2657dead17
commit 36aaa12586

View file

@ -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: '与机器人聊天'
},
{