From 9c35e728ac450838878b73394acbe12bfd34d55c Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Tue, 12 Jan 2021 17:30:51 -0500 Subject: [PATCH] docs(twitch): add instructions on how to get tokens --- docs/reference/notification.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/reference/notification.md b/docs/reference/notification.md index 66dff34f9d..11696bddf9 100644 --- a/docs/reference/notification.md +++ b/docs/reference/notification.md @@ -178,7 +178,7 @@ Token generation can be found at https://twilio.com/console. ## Twitter -Generate all Twitter keys at: https://developer.twitter.com/ +Generate all Twitter keys at https://developer.twitter.com. | Environment variable | Description | |:---:|---| @@ -190,10 +190,12 @@ Generate all Twitter keys at: https://developer.twitter.com/ ## Twitch +Instructions on how to set up tokens can be found at https://d-fischer.github.io/twitch-chat-client/docs/examples/basic-bot. + | Environment variable | Description | |:---:|---| | `TWITCH_CLIENT_ID` | Twitch client ID | | `TWITCH_CLIENT_SECRET`| Twitch client secret | | `TWITCH_ACCESS_TOKEN` | Twitch access token | | `TWITCH_REFRESH_TOKEN` | Twitch refresh token | -| `TWITCH_CHANNEL` | Twitch channel | \ No newline at end of file +| `TWITCH_CHANNEL` | Twitch channel |