essential-actions

Clone or download

Update Twitch Chat actions guide

Modified Files

M README.md
+23 −1
--- 'a/README.md'
+++ b/README.md
@@ -27,9 +27,31 @@ The first step is to acquire an OAuth to
In the Stream-Pi Server's Plugin page enter your Twitch username, and the generated token then click on `Save Twitch chat credentials` button. You should then be able to use the pre-bundled Twitch chat actions.
-### Supported actions
+### Supported actions (see [Chat Commands](https://help.twitch.tv/s/article/chat-commands?language=en_US) for full documentation)
+#### All Users
+
+- Set username color
+ - Normal users can choose between Blue, Coral, DodgerBlue, SpringGreen, YellowGreen, Green, OrangeRed, Red, GoldenRod, HotPink, CadetBlue, SeaGreen, Chocolate, BlueViolet, and Firebrick. Twitch Turbo users can use any Hex value (i.e: #000000).
- Send channel message
+- Whisper (send user message, TBA)
+
+#### Broadcaster and Mods
+
+- Clear chat
+- Toggle slow mode (TBA - pending toggle-button functionality)
+- Toggle followers-only mode (TBA - pending toggle-button functionality)
+- Toggle subs-only mode (TBA - pending toggle-button functionality)
+- Toggle emotes-only mode (TBA - pending toggle-button functionality)
+
+#### Broadcaster and channel editors
+
+- Run commercial (TBA)
+- Host (TBA)
+- Unhost (TBA)
+- Raid (TBA)
+- Unraid (TBA)
+- Add stream marker (TBA)
### Running locally