Chat Triggers - platypusmuerte/platystwitchproxybot GitHub Wiki

Chat Triggers

This screen lets you configure which phrases in chat messages will trigger which Mix It Up commands.

Creating A Trigger

  • Enter the text that will trigger your command
    • ex: moo
  • Enter the Mix It Up command that will be triggered
    • ex: doja_cat_moo
  • Choose how the trigger is found
    • Starts With: If this trigger is the 1st portion of the message, it will call the command.
    • Match: If this trigger is found anywhere in the message, it will call the command.
  • Choose the permission or role of the user that can trigger this command.
    • All
    • Subs
    • Mods
    • VIPS
    • Founders
    • Premiums (Twitch Prime?)
    • By Name
    • Broadcaster
  • If you selected By name, you can enter a coma delimited list of names that will be used to determine if this will match also.

Chat Trigger Mix It Up Parameters

Chat Triggers send 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