From e01a9632ea67c1f4121268590fdf9cced5298762 Mon Sep 17 00:00:00 2001 From: mol Date: Thu, 14 Dec 2023 12:34:58 +0800 Subject: [PATCH] test --- plugins/cook/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/cook/index.js b/plugins/cook/index.js index fe3f69c..1e77ab1 100644 --- a/plugins/cook/index.js +++ b/plugins/cook/index.js @@ -42,7 +42,6 @@ function cookInit() { function dealCommon(data) { logger('开始处理指令') - logger(JSON.stringify(data)) const [commandText, ...contentText] = data.text.trim().split(' '); for (let com of Object.keys(cookCommand)) { if (cookCommand[com].includes(commandText)) {