From 9775aa4ac33712c81be78bd1b80ac14c00865ff7 Mon Sep 17 00:00:00 2001 From: Ctrlcvs <1509167646@qq.com> Date: Tue, 26 Jul 2022 21:33:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=8D=89=E4=B8=BB=E5=9B=BE?= =?UTF-8?q?=E9=89=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/xiaoyao_image.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/xiaoyao_image.js b/apps/xiaoyao_image.js index 8249124..2c13bdc 100644 --- a/apps/xiaoyao_image.js +++ b/apps/xiaoyao_image.js @@ -41,8 +41,8 @@ export async function roleInfo(e) { let id = gsCfg.roleNameToID(msg) let name; if (["10000005", "10000007", "20000000"].includes(id)) { - if (!["风主", "岩主", "雷主"].includes(msg)) { - e.reply("请选择:风主图鉴、岩主图鉴、雷主图鉴"); + if (!["风主", "岩主", "雷主","草主"].includes(msg)) { + e.reply("请选择:风主图鉴、岩主图鉴、雷主图鉴、草主图鉴"); return true; } name = msg;