Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit b276570

Browse files
author
codeoverflow-org
committed
Update generated documentation ( codeoverflow-org/nodecg-io@2cc3bb6)
1 parent 876e5e0 commit b276570

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/dependencies.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ FontStyle Underline
6262
[<u>node-telegram-bot-api] as node_telegram_bot_api <<lib>> [[https://www.npmjs.com/package/node-telegram-bot-api]]
6363
[<u>nodecg-io-tiane] as nodecg_io_tiane <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-tiane]]
6464
[<u>ws] as ws <<lib>> [[https://www.npmjs.com/package/ws]]
65-
[<u>nodecg-io-twitch] as nodecg_io_twitch <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-twitch]]
65+
[<u>nodecg-io-twitch-chat] as nodecg_io_twitch_chat <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-twitch-chat]]
6666
[<u>twitch] as twitch <<lib>> [[https://www.npmjs.com/package/twitch]]
6767
[<u>twitch-auth] as twitch_auth <<lib>> [[https://www.npmjs.com/package/twitch-auth]]
6868
[<u>twitch-chat-client] as twitch_chat_client <<lib>> [[https://www.npmjs.com/package/twitch-chat-client]]
@@ -130,10 +130,10 @@ nodecg_io_telegram ...> node_telegram_bot_api
130130
nodecg_io_telegram --> nodecg_io_core
131131
nodecg_io_tiane --> nodecg_io_core
132132
nodecg_io_tiane ...> ws
133-
nodecg_io_twitch --> nodecg_io_core
134-
nodecg_io_twitch ...> twitch
135-
nodecg_io_twitch ...> twitch_auth
136-
nodecg_io_twitch ...> twitch_chat_client
133+
nodecg_io_twitch_chat --> nodecg_io_core
134+
nodecg_io_twitch_chat ...> twitch
135+
nodecg_io_twitch_chat ...> twitch_auth
136+
nodecg_io_twitch_chat ...> twitch_chat_client
137137
nodecg_io_twitch_pubsub --> nodecg_io_core
138138
nodecg_io_twitch_pubsub ...> twitch
139139
nodecg_io_twitch_pubsub ...> twitch_pubsub_client

docs/services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ See the [sample implementation](samples/tiane.md)
190190
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core) @ ^0.1.0 <br>
191191
Depends on [ws](https://www.npmjs.com/package/ws) @ ^7.4.1 <br>
192192

193-
## [nodecg-io-twitch](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-twitch)
193+
## [nodecg-io-twitch-chat](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-twitch-chat)
194194

195195
**Allows to connect to twitch with your account, send and receive messages and much more. It can be used to create Twitch-Bots.**
196196

197-
See the [sample implementation](samples/twitch.md)
197+
There's no sample implementation for this service yet.
198198

199199
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core) @ ^0.1.0 <br>
200200
Depends on [twitch](https://www.npmjs.com/package/twitch) @ ^4.3.6 <br>

0 commit comments

Comments
 (0)