mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
#4 optimized imports
This commit is contained in:
parent
c8c5c7bff1
commit
34155f39ba
1 changed files with 1 additions and 2 deletions
|
@ -2,10 +2,9 @@ import { TelegramConfig, WebhookConfig } from "./types";
|
|||
import { Telegraf } from "telegraf";
|
||||
import logger from "../logger";
|
||||
import { Response } from "express";
|
||||
import { InputFile, Update } from "typegram";
|
||||
import { Update } from "typegram";
|
||||
import loggerTgMiddleware from "../logger/tg";
|
||||
import { ExtraReplyMessage } from "telegraf/typings/telegram-types";
|
||||
import axios from "axios";
|
||||
|
||||
// import SocksProxyAgent from 'socks-proxy-agent';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue