Skip to content

Commit 74ab971

Browse files
Merge branch 'use-async' into botkit-next
2 parents 18f6fb5 + 90d8fed commit 74ab971

File tree

12 files changed

+3
-414
lines changed

12 files changed

+3
-414
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,7 @@ $ npm install botkit-middleware-watson
6767

6868

6969
### Acquire channel credentials
70-
This document shows code snippets for using a Slack bot with the middleware. (If you want examples for the other channels, see the [examples/multi-bot](/examples/multi-bot) folder.
71-
The multi-bot example app shows how to connect to Slack, Facebook, and Twilio IPM bots running on a single Express server.)
72-
73-
You need a _Slack token_ for your Slack bot to talk to Watson Assistant.
74-
75-
If you have an existing Slack bot, then copy the Slack token from your Slack settings page.
70+
This document shows code snippets for using a Slack bot with the middleware. You need a _Slack token_ for your Slack bot to talk to Watson Assistant. If you have an existing Slack bot, then copy the Slack token from your Slack settings page.
7671

7772
Otherwise, follow [Botkit's instructions](https://botkit.ai/docs/provisioning/slack-events-api.html) to create your Slack bot from scratch. When your bot is ready, you are provided with a Slack token.
7873

examples/multi-bot/.env

Lines changed: 0 additions & 33 deletions
This file was deleted.

examples/multi-bot/README.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

examples/multi-bot/app.js

Lines changed: 0 additions & 50 deletions
This file was deleted.

examples/multi-bot/bot-facebook.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

examples/multi-bot/bot-slack.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

examples/multi-bot/bot-twilio.js

Lines changed: 0 additions & 42 deletions
This file was deleted.

examples/multi-bot/package.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/multi-bot/security.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)