Trying to add a random quote command with using Pastebin but getting this error each time i’m trying to run the command, any thoughts?
$(eval a=$(urlfetch jason https://pastebin.com/raw/as4fHh7T);a[Math.floor(Math.random()*a.length)])
Trying to add a random quote command with using Pastebin but getting this error each time i’m trying to run the command, any thoughts?
$(eval a=$(urlfetch jason https://pastebin.com/raw/as4fHh7T);a[Math.floor(Math.random()*a.length)])
It looks like you misspelled json
in your command response. Try copy/pasting the following:
$(eval a=$(urlfetch json https://pastebin.com/raw/as4fHh7T);a[Math.floor(Math.random()*a.length)])
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.