I am trying to set up a command that will pull a random roast from a pastebin I made. I haven't used a pastebin before, so I'm sure there's some issues I have in there. I can't figure it out for the life of me. The error I'm getting is "Unexpected identifier 'You' [<context>:1:129]".
Here's the code: $(eval a=$(urlfetch json https://controlc.com/600c4f56 ).split("|");a[Math.floor(Math.random()*a.length)])
I was going to use pastebin.com, but it seems the server is down so I went to controlc instead.
Thanks in advance!