I have an 8ball command with the following command that I simply modified from my initiative command to include the raw link to my 8ball list instead of my intinitive.
$(user) $(eval a=$(urlfetch json https://pastebin.com/raw/PKyCmJGG);a[Math.floor(Math.random()*a.length)])
Even though these commands only had the pastebin changed, I get the response:
[username] "uninstalls life" is not a function
(Replacing username with the one calling the command)
What am I doing wrong with this command?
For the record, this is my Initiative command:$(user) $(eval a=$(urlfetch json https://pastebin.com/raw/Mb2pKAaK);a[Math.floor(Math.random()*a.length)])