适配QQ频道机器人/指令

![输入图片说明](https://foruda.gitee.com/images/1700315712258375101/f63963c9_7403553.png "屏幕截图")

Signed-off-by: 陈炳好 <batvbs@qq.com>
This commit is contained in:
陈炳好 2023-11-18 13:55:31 +00:00 committed by Gitee
parent 0adcb79973
commit 50bc28d2e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class PluginsLoader {
for (let val of e.message) {
switch (val.type) {
case 'text':
e.msg = (e.msg || '') + (val.text || '').replace(/^\s*[#井#]+\s*/, '#').replace(/^\s*[\\*※*]+\s*/, '*').trim()
e.msg = (e.msg || '') + (val.text || '').replace(/^\s*[#井#\/]+\s*/, '#').replace(/^\s*[\\*※*]+\s*/, '*').trim()
break
case 'image':
if (!e.img) {