This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user