Sehelitar / Kick.bot

A powerful Kick integration for Streamer.bot
https://sehelitar.tv/
GNU Affero General Public License v3.0
19 stars 4 forks source link

how to use "chat commands (any)" and "send message" ? #3

Closed osxzo closed 1 year ago

osxzo commented 1 year ago

I used "chat commands (any)" as a trigger but how do I choose which command to trigger it?

same thing for "send message" How do you write the message you want to send?

osxzo commented 1 year ago

you need to set an argument "message" as the variable name and you can write the message in the value section.

but still, I can't find anything for the chat commands

osxzo commented 1 year ago

Okay, the commands list updates every time you turn on and turn off the streamer.bot

Sehelitar commented 1 year ago

Hi! Everytime you create or modify a command, just hit the Save button of Streamer.bot to refresh the triggers list.

To send a message, you have to use the "Set Argument" sub-action. image Then, right after, add an "Execute C# Method" sub-action to the SendMessage method, like shown in the README. image

osxzo commented 1 year ago

Thank you so much, please continue your excellent work.