test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-12-14 10:07:44 +08:00
parent eb57171700
commit 83964b678d
4 changed files with 17 additions and 12 deletions

View File

@ -37,6 +37,7 @@ function cookInit() {
'FriendMessage',
new Middleware().friendFilter(cookSubs.users).done(dealCommon),
);
Bot.sendMessageToFriend(752753679, '测试');
logger('cook 初始化完成')
}