docs: rename package from nestjs-telegraf to @maks1ms/nestjs-telegraf (#4)

This commit is contained in:
2023-07-23 15:50:06 +03:00
committed by GitHub
parent dca35a0c7f
commit 76011e10eb
10 changed files with 16 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ import {
Help,
On,
Hears,
} from 'nestjs-telegraf';
} from '@maks1ms/nestjs-telegraf';
import { TelegrafContext } from './common/interfaces/telegraf-context.interface.ts';
@Update()