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)) {