Open the file logged in pastebin’s creator account, go to “Edit” and change “Paste Exposure” to “Public” (Anyone can see this in their pastebin) or “Unilisted” (Only people with the link can see it). Keep the password disabled and save the file.
And you have an extra closing parenthesis that is finalizing the $(eval) before the “split()”, change to:
If those %22 quotes are intended to appear at the end of the text, you can put:
!editcom !funfact $(eval facts= “$(urlfetch json https://pastebin.com/raw/jUrRJ2Pi)”.split(“;”); facts[Math.floor(Math.random() * (facts.length - 1))]+‘"’)
or
!editcom !funfact $(eval facts= “$(urlfetch json https://pastebin.com/raw/jUrRJ2Pi)”.split(“;”); facts[Math.floor(Math.random() * (facts.length - 1))]+decodeURI(“%22”))