Update ConfigController.ts

This commit is contained in:
Nofated 2023-01-18 18:59:40 +08:00 committed by GitHub
parent f4a714d60d
commit bc8d2c9d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export default class ConfigController {
this.log = getLogger(`ConfigController - ${instance.id}`);
this.configService = new ConfigService(this.instance, tgBot, oicq);
tgBot.addNewMessageEventHandler(this.handleMessage);
tgBot.addNewServiceMessageEventHandler(this.handleServiceMessage);
// tgBot.addNewServiceMessageEventHandler(this.handleServiceMessage);
tgBot.addChannelParticipantEventHandler(this.handleChannelParticipant);
oicq.addNewMessageEventHandler(this.handleQqMessage);
oicq.on('notice.group.decrease', this.handleGroupDecrease);