Skip to content

Triggers

You can make your robot perform an action when it reads specific text in local chat.

Currently, you can make the bot say something or perform a getsure.

Important: Do not put your trigger input in the output of the "say" part.

If you have multiple bots using the same trigger, it could cause a loop between the bots.

Edit your triggers.toml file:

[[triggers]]

name = 'goodbye'
text = ["nini", "bye", "gnight", "g'night", "goodnight", "seeya", "seeyou", "see you"]
gesture = "byehooker"
say = ""

[[triggers]]
name = 'hello'
text = ["hello", "koo", "クゥー" ]
gesture = "koo"
say = ""

[[triggers]]
name = 'trump'
text = ["trump"]
gesture = ""
say = "Fuck that orange turd."