I have 2 pastebin collection, 1 for proverbs and other for titles. I would like to fetch both the collection and formulate the sentence. However, the command crosses the character limit for nightbot command response.
I was wondering if the script can be placed in Pastebin. The response of the pastebin is then treated as an actual command response.
EX: Hello {proverb(handsome)} {title(king)}.
Given below is the script.Hello, $(eval a=$(urlfetch json https://pastebin.com/raw/XXXXXX);a[Math.floor(Math.random()*a.length)]) of the $(eval a=$(urlfetch json https://pastebin.com/raw/YYYYYYY);a[Math.floor(Math.random()*a.length)])
Is there anyway of doing this?