I’m trying to make my command pull multiple random strings of text together to form differing sentences.
!addcom !themoves /me $(eval a=$(urlfetch json https://pastebin.com/raw/);a[Math.floor(Math.random()*a.length)];b=$(touser);c=$(urlfetch json https://pastebin.com/raw/);c[Math.floor(Math.random()*c.length)])
However it just returns the /me and (touser) section. Any advice?