Streamplace command list chatbot
Be your own Streamplace chatbot replying to !commands with a list of chat commands of your choice
place.stream.chat.message- Lexicon

place.stream.chat.message- Operations
- Record created
Steps (4)
commands- Value
- Hidden
- Note
- Commands available for the "chatbot"
- If
event.commit.record.streamerequals{{self}}- Chat message was sent in my channel
Then
- If
event.commit.record.textequals!commands- Command to show the commands list - or
event.commit.record.textequals!comandos- Command to show the commands list
Then
Create a recordAction 1
- Target Collection

place.stream.chat.message- Record Template
{ "createdAt": "{{now}}", "reply": { "parent": { "cid": "{{event.commit.cid}}", "uri": "{{event.uri}}" }, "root": { "cid": "{{event.commit.cid}}", "uri": "{{event.uri}}" } }, "streamer": "{{self}}", "text": "{{commands}}" }