mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-23 22:52:59 +03:00
fix: fix typo in import
This commit is contained in:
parent
00cba6ff7b
commit
45c0e8957a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user