Skip to content

Commit

Permalink
build: 1.3.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed May 9, 2024
1 parent c0c38d8 commit 570c835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onebot11/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class NapCatOnebot11 {
uid2UinMap[UserInfo_User1.uid] = UserInfo_User1.uin;
uid2UinMap[UserInfo_User2.uid] = UserInfo_User2.uin;
}
//console.log('ob11 onGroupNotifiesUpdated', notifies[0], notifies[0].group, notifies[0].user1, notifies[0].user2);
//console.log('ob11 onGroupNotifiesUpdated', notifies[0]);
this.postGroupNotifies(notifies).then().catch(e => logError('postGroupNotifies error: ', e));
};
groupListener.onJoinGroupNotify = (...notify) => {
Expand Down

0 comments on commit 570c835

Please sign in to comment.