Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Aug 11, 2024
1 parent 6b99fa1 commit d748d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onebot/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export class NapCatOneBot11Adapter {
};

this.context.session.getBuddyService().addKernelBuddyListener(
new this.context.wrapper.NodeIBuddyListener(proxiedListenerOf(buddyListener, this.context.logger)),
new this.context.wrapper.NodeIKernelBuddyListener(proxiedListenerOf(buddyListener, this.context.logger)),
);
}

Expand Down

0 comments on commit d748d6e

Please sign in to comment.