I really liked this command
!addcom hello $(eval const q = '$(query)'; q === 'mate' ? 'Hello mate!' : q === 'MATE' ? 'STOP YELLING!!!' : 'Hello!')
but I need the nightbot to give more than 1 response for every sentence
for example:
if I type in chat "hello mate" the nightbot will respond with one random respond from a variation of responses [RESPONSE_1,RESPONSE_2,RESPONSE_3]
and the same goes for if I type in the chat "hello MATE" it will give another random respond from a set of responses [RESPONSE_4,RESPONSE_5,RESPONSE_6]
is it possible?