mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-08 12:09:00 +08:00
Remove debug log from emoji_like event handler
Eliminated a console.log statement in the 'event:emoji_like' event handler to clean up debug output.
This commit is contained in:
parent
da0dd01460
commit
e56b912bbd
@ -174,7 +174,6 @@ export class OneBotGroupApi {
|
|||||||
|
|
||||||
async registerParseGroupReactEventByCore () {
|
async registerParseGroupReactEventByCore () {
|
||||||
this.core.event.on('event:emoji_like', async (data) => {
|
this.core.event.on('event:emoji_like', async (data) => {
|
||||||
console.log('Received emoji_like event from core:', data);
|
|
||||||
const event = await this.createGroupEmojiLikeEvent(
|
const event = await this.createGroupEmojiLikeEvent(
|
||||||
data.groupId,
|
data.groupId,
|
||||||
data.senderUin,
|
data.senderUin,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user