So I created a command meant to use a random message from a pastebin i made and when I was trying to test it i got "unexpected identifier" back...
The code is: $(eval a=$(urlfetch json https://pastebin.com/raw/Ts7iVfHj);a[Math.floor(Math.random()*a. length)])
Any help would be appreciated!