So this command `
$(eval a=$(urlfetch json https://pastebin.com/raw/---).split(#);a[Math.floor(Math.random()*a.length)])
`
It pulls a random line from the note , I want him to pull a line that I selected from the chat if that's possible .
Hey @Coral Shark!
You're not too far off, see /t/memes-or-jokes-command/1534608285007872141#m1534608287008292997
Basically you're missing important backticks in your code:
$(eval a=`$(urlfetch json https://pastebin.com/raw/XXXXXXXX)`.split(`#`);a[Math.floor(Math.random()*a.length)])