1
0
Fork 0
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:
Fedor Katurov 2021-05-06 10:47:27 +07:00
parent c8c5c7bff1
commit 34155f39ba

View file

@ -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';