Skip to content

Commit

Permalink
docs: clarify that AppUpdate is a provider (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk authored May 24, 2022
1 parent 1c4bbfe commit 114d0a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ import { TelegrafModule } from 'nestjs-telegraf';
imports: [
TelegrafModule.forRoot({
token: 'TELEGRAM_BOT_TOKEN',
})
}),
providers: [AppUpdate],
],
})
export class AppModule {}
Expand Down Expand Up @@ -96,4 +97,4 @@ export class EchoService {
...
}
```
See more on a docs page: https://nestjs-telegraf.vercel.app/extras/bot-injection
See more on a docs page: https://nestjs-telegraf.vercel.app/extras/bot-injection

1 comment on commit 114d0a9

@vercel
Copy link

@vercel vercel bot commented on 114d0a9 May 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nestjs-telegraf – ./

nestjs-telegraf.vercel.app
nestjs-telegraf-git-master-bukhalo.vercel.app
nestjs-telegraf-bukhalo.vercel.app

Please sign in to comment.