Hey there! I've seen some similar posts and responses but haven't gotten my command to work with the suggestions so far. It may just have to do with how people format their responses on this site and i'm not understanding what to input, but this is what I have right now (with https changed to htps for posting here) -
!lick $(user) has licked $(urlfetch htps://2g.be/twitch/randomviewer.php?channel=$(channel))` $(eval const responses = [‘on the wenis’, ‘Ewwww’, ‘s big toe’, ‘behind the ear’, ‘WTF’, ‘last night’, ‘in the future???’, ‘s armpit’, ‘and gagged’, ‘like a dog’, ‘in the ear’]; responses[Math.floor(Math.random() * responses.length)];)
Basically, the user would simply type "!lick" and nightbot would choose a random viewer as the subject and fill in the response from the selections. Thanks in advance.