Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1692 from adantoscano/patch-1
Browse files Browse the repository at this point in the history
Update advanced.md
  • Loading branch information
benbrown authored Jun 20, 2019
2 parents 9a72877 + 557f254 commit e7d1bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ convo.after(async(results, bot) => {
controller.addDialog(convo);
controller.hears('tacos', 'direct_message', async(bot, message) => {
await bot.beginDialog(convo);
await bot.beginDialog('tacos');
});
```

Expand Down Expand Up @@ -268,4 +268,4 @@ coming

## How to build a new adapter

coming
coming

0 comments on commit e7d1bb1

Please sign in to comment.