To anyone who sees this, hey. So I'm having trouble executing the commands for 8ball with Nightbot. The catch-22 is that initially, I had it set up and ready to go yesterday. However, today I found out about pastebin and how I can make even more variety of different responses. So I tried it with 8ball, but it seems that I still run into issues with the command. The goal for me is trying to figure out if a pastbin URL can be registered with 8ball.
Here's how I had it set up:$(eval a = "$(urlfetch json https://pastebin.com/raw/pVKK19dN)".split(";");a[Math.floor(Math.random()* a.length)])
Is there any solution to fix this?