Hi I'm trying to make it so I can have nightbot call a random response out of the 50 I have made, but you can only have 500 characters in a command. So how would I go about doing this? I tried to make nightbot call to multiple commands
$(eval a=["!listofresponse1", "!listofresponse2"];a[Math.floor(Math.random() * a.length)])
but I don't think nightbot can call another comand so what is the best way to go about doing this?