mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-24 23:14:39 +03:00
fix docs urls
This commit is contained in:
parent
40490c3f3b
commit
90667fe876
@ -96,4 +96,4 @@ export class EchoService {
|
|||||||
...
|
...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
See more on a docs page: https://nestjs-telegraf.vercel.app/docs/extras/bot-injection
|
See more on a docs page: https://nestjs-telegraf.vercel.app/extras/bot-injection
|
@ -20,7 +20,7 @@ export class EchoService {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
If you run [multiple bots](/docs/extras/multiple-bots) in the same application, explicitly specify the bot name:
|
If you run [multiple bots](/extras/multiple-bots) in the same application, explicitly specify the bot name:
|
||||||
|
|
||||||
```typescript {8} title="src/echo/echo.service.ts"
|
```typescript {8} title="src/echo/echo.service.ts"
|
||||||
import { Injectable } from '@nestjs/common';
|
import { Injectable } from '@nestjs/common';
|
||||||
|
Loading…
Reference in New Issue
Block a user