mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-10-05 05:08:23 +03:00
fix: fix typo in import
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user