Skip to content

Commit

Permalink
chore: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone authored Aug 17, 2024
1 parent 3f1ce0f commit 249ec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/webhook/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Here is an example of using webhooks
## Example

```ts
import { Bot } from "gramio";
import { Bot, webhookHandler } from "gramio";
import Fastify from "fastify";

const bot = new Bot(process.env.BOT_TOKEN as string);
Expand Down

0 comments on commit 249ec68

Please sign in to comment.