rm tgUser

This commit is contained in:
Nofated095 2024-06-03 09:03:07 +08:00
parent 134a21b279
commit 23d730d187
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default class ForwardController {
oicq.on('notice.friend.poke', this.onQqPoke);
oicq.on('notice.group.poke', this.onQqPoke);
tgBot.addNewMessageEventHandler(this.onTelegramMessage);
tgUser.addNewMessageEventHandler(this.onTelegramUserMessage);
// tgUser.addNewMessageEventHandler(this.onTelegramUserMessage);
tgBot.addEditedMessageEventHandler(this.onTelegramMessage);
instance.workMode === 'group' && tgBot.addChannelParticipantEventHandler(this.onTelegramParticipant);
}