mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-23 09:49:06 +03:00
fix: wrong telegraf instance using
This commit is contained in:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user