Hello !
I have been trying to make my own command to pull a random question from this paste bin : https://pastebin.com/raw/tHA0BZ5C
I could be way off what I actually need, but from random forums this is what I've thrown together and enter directly into nightbot through the website : $(eval var q = "$(urlfetch https://pastebin.com/raw/tHA0BZ5C)".split(","); q[Math.floor(Math.random() * (q.length))];)
Please let me know if i have too many spaces, a missing symbol, anything.
It's telling me I'm going over the 400 character limit despite using the raw link. Super new to this would appreciate any help <33