This commit is contained in:
@ -41,7 +41,7 @@ function cookInit() {
|
|||||||
|
|
||||||
Bot.bot.on(
|
Bot.bot.on(
|
||||||
'FriendMessage',
|
'FriendMessage',
|
||||||
new Middleware().friendFilter(cookSubs.users).textProcessor().done(dealCommon),
|
new Middleware().textProcessor().done(dealCommon),
|
||||||
);
|
);
|
||||||
Bot.sendMessageToFriend(+process.env.MASTER, '厨娘系统 启动!');
|
Bot.sendMessageToFriend(+process.env.MASTER, '厨娘系统 启动!');
|
||||||
logger('cook 初始化完成')
|
logger('cook 初始化完成')
|
||||||
|
Reference in New Issue
Block a user