mirror of https://github.com/Nofated095/Q2TG.git
Update ConfigController.ts
This commit is contained in:
parent
f4a714d60d
commit
bc8d2c9d55
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue