I am trying to set up a command that will give a random god/goddess from my pastebin link when the user uses it. Example: User has received a boon from, Poseidon, God of the sea!
I have looked up and tried everything. I either keep getting unexpected identifier errors like "God" or stuff like, "Poseidon is not defined." I have no idea what to do at this point so any and all help is greatly appreciated. I'm new to this and am very unsure as to what I'm doing. Code I've been trying to use is pasted below.
$(user) received a boon from $(eval a=$(urlfetch json https://pastebin.com/raw/G6eEZmH2).split(","); a[Math.floor(Math.random()*a.length)])!