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