Hi, I am trying to use Nightbot's urlfetch json to read in all 7TV emotes and pick a random one. An example with a random channel would be
$(eval const d = $(urlfetch json `https://api.7tv.app/v3/emote-sets/01G0X6HFX8000EH87BCAZW2PPP)`; es=d.emotes; es[Math.floor(Math.random() * es.length)].name)
However urlfetch gives the error [Error Connecting To WebProxy Service]. What might the issue be?