diff --git a/lib/TelegramBot.ts b/lib/TelegramBot.ts index e26c247..2570315 100644 --- a/lib/TelegramBot.ts +++ b/lib/TelegramBot.ts @@ -10,7 +10,7 @@ import { Handler } from './Handler' import { Bot } from './Bot' import { TelegramActionHandler } from './decorators/TelegramActionHandler' import { TokenInjectionToken } from './TokenInjectionToken' -import { TelegramModuleOptionsFactory } from 'TelegramModuleOptionsFactory' +import { TelegramModuleOptionsFactory } from './TelegramModuleOptionsFactory' @Injectable() export class TelegramBot {