fix tg bot in InChatCommandsControllers.ts

This commit is contained in:
Nofated095 2023-01-19 13:52:45 +08:00
parent f4b4a52a9f
commit 1ae1b1e84e
2 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,5 @@ plugins:
spec: "https://raw.githubusercontent.com/stephank/yarn-plugin-nixify/main/dist/yarn-plugin-nixify.js"
yarnPath: .yarn/releases/yarn-3.1.1.cjs
enableStrictSsl: false

View File

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