Shoutouts - platypusmuerte/platystwitchproxybot GitHub Wiki
This screen lets you map shoutouts to commands in Mix It Up
Creating a Shoutout
-
Select what type of person will trigger this shoutout.
- All
- Subs
- Mods
- VIPS
- Founders
- Premiums (Twitch Prime?)
- By Name
- Broadcaster (for when you just need to shout yourself out)
-
Enter the name of the command that will be called in Mix It Up
-
If you chose By name you can then enter a coma delimited list of names
Order of Precedence
- By Name
- Founder
- VIP
- Premium
- Mods
- Subs
- All
Shoutout Mix It Up Parameters
Shoutouts trigger the onPrivmsg event, and do not prevent other events tied to chat from occuring.
The following information is sent as parameters to the Mix it Up command in this order
- action
- user
- broadcaster
- ismod
- issub
- isvip
- isfounder
- ispremium
- message
To see the raw data sent, view the Events tab