Update InChatCommandsController.ts

This commit is contained in:
Nofated 2023-01-18 23:29:00 +08:00 committed by GitHub
parent 1ba085f0fc
commit 6693d2c421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ export default class InChatCommandsController {
constructor(
private readonly instance: Instance,
private readonly tgUser: Telegram,
private readonly oicq: OicqClient,
) {
this.log = getLogger(`InChatCommandsController - ${instance.id}`);