mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-24 23:14:39 +03:00
fix: wrong telegraf instance using
This commit is contained in:
parent
b5bb0034bc
commit
196e734b5c
@ -5,7 +5,7 @@ import {
|
||||
Logger,
|
||||
OnApplicationShutdown,
|
||||
} from '@nestjs/common';
|
||||
import { Telegraf, ContextMessageUpdate } from 'telegraf';
|
||||
import Telegraf, { ContextMessageUpdate } from 'telegraf';
|
||||
import { TELEGRAF_MODULE_OPTIONS } from './telegraf.constants';
|
||||
import { TelegrafModuleOptions } from './interfaces';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user