Adding two or more command names to trigger a single command

Hi guys, I’m trying to add two or more command names to trigger a certain command, is it possible? Or is there a way to only trigger a command if the person has been watching a stream for less that 1 minute? I’m trying to have hi, yo, hey etc as the command name then Nightbot replying with “Hey $(user) welcome to the stream!” or do you guys have any better ideas? Love to know your suggestions,

George

You should use an alias (see Advanced Usage)
For example:
!commands add hi Hey $(user) welcome to the stream!
!commands add hey -a=hi $(querystring)

Now if you type hi or hey Nightbot will return: Hey $(user) welcome to the stream!

No sorry, nightbot doesn’t track how long viewers have been watching a stream

2 Likes

Thanks for your help bro, I’ll try that

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