is it possible to make nightbot greeting my YT stream viewers like this :
1. when they said "hello" or "hello guys", nightbot will answer "thank you [user], welcome to my stream".
2. when they said "hello host", nightbot will answer "welcome to my stream <user>, Guys please connect to [user] channel at [user] channel at https://www.youtube.com/channel/[userid].
3. when they said "hello" to another viewers, nighbot will ignoring it.
im trying already but always failed
this is a command i copied from nightbot forum
hello $(eval if ($(query)){$(query).toLowerCase() == "host" ? $(user) : $(query)}else{"guys"}), welcome to the stream!
