mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-24 15:04:38 +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 { Bot } from './Bot'
|
||||||
import { TelegramActionHandler } from './decorators/TelegramActionHandler'
|
import { TelegramActionHandler } from './decorators/TelegramActionHandler'
|
||||||
import { TokenInjectionToken } from './TokenInjectionToken'
|
import { TokenInjectionToken } from './TokenInjectionToken'
|
||||||
import { TelegramModuleOptionsFactory } from 'TelegramModuleOptionsFactory'
|
import { TelegramModuleOptionsFactory } from './TelegramModuleOptionsFactory'
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class TelegramBot {
|
export class TelegramBot {
|
||||||
|
Loading…
Reference in New Issue
Block a user