Skip to content

Commit

Permalink
docs(readme): use correct bot.start function (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbbassAlmusawi authored Dec 15, 2023
1 parent 36ff1a7 commit 8d6db2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const menuMiddleware = new MenuMiddleware('/', menuTemplate);
bot.command('start', (ctx) => menuMiddleware.replyToContext(ctx));
bot.use(menuMiddleware);

bot.launch();
await bot.start();
```

### More interesting one
Expand Down

0 comments on commit 8d6db2e

Please sign in to comment.