Unexpected identifier 'Connecting' [<context>:1:9]

Asked Oct 28, 2024·1 reply·Last activity 1 year ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

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)])

1 reply

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)])