Im cant find how to do greetings message on user "hi' -not working

im cant find how to do greetings message on user "hi’ a command set to any text like. Hi, hello, hey, etc. And you set the command to “Hello $user”. So if I were to say “hello” nightbot would respond “hello brenbread” . That’s one way to do things.


maybe somebody know? or where to read about how to do that task…???

The variable is $(user) rather than $user, so the command would be !commands add hi hi $(user)

You would need to create separate commands if you wanted Nightbot to respond to other words (hi, hello, hey, etc).

If you wanted something more advanced you could randomize Nightbot’s response with a custom api such as this one: [quote=“rtainc, post:1, topic:4102”]
https://api.rtainc.co/twitch/random?format=I+choose…+[0]&choices=CHOICESReturns a random choice from the parameter. Comma-separated.
[/quote]

(you can find out more about custom api’s here)

1 Like

thx a lot … now is working…

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.