Hi there,
I set up two random commands using a template I found on the internet. At first, they worked now both of them are getting 403 errors. I'm a bit new to this so I don't fully understand the coding process.
Here are the two sets of code:
!bounty -
$(user), has a bounty of $(eval a="$(urlfetch json https://pastebin.com/raw/cMEN7qva)".split(",");a[Math.floor(Math.random()*a.length)])! Better watch out, The Twilight Azure might come for you next!
!chai -
$(eval a="$(urlfetch json https://pastebin.com/raw/Hvi0PGzR)".split(";");a[Math.floor(Math.random()*a.length)])
I'm just wondering if this is fixable and where I am going wrong.