mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-10-03 04:53:11 +03:00
chore(sample): transform app to complete app dir
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Telegraf } from 'telegraf';
|
||||
import { Command, Help, InjectBot, On, Start, Update } from '../../lib';
|
||||
import { Command, Help, InjectBot, On, Start, Update } from '../../../lib';
|
||||
import { EchoService } from './echo.service';
|
||||
import { HELLO_SCENE_ID } from '../app.constants';
|
||||
import { Context } from '../interfaces/context.interface';
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import { HELLO_SCENE_ID } from '../../app.constants';
|
||||
import { Context } from '../../interfaces/context.interface';
|
||||
import { Scene, SceneEnter, SceneLeave, Command } from '../../../lib';
|
||||
import { Scene, SceneEnter, SceneLeave, Command } from '../../../../lib';
|
||||
|
||||
@Scene(HELLO_SCENE_ID)
|
||||
export class HelloScene {
|
||||
|
Reference in New Issue
Block a user