Random Response Generation

hi there I am unsure if this has been asked before I have very little experience with coding but I am trying to do a random sequence generator and it works it pushes responses out but I’ve just realised its the same like 4 or 5 responses everytime how can I make it read the rest of the pastebin?

This is what I have

Hey there $(touser), here’s your daily quote! " $(eval a=$(urlfetch json https://pastebin.com/raw/3rfUU9Ek);a[Math.floor(Math.random()*a.length)]) "

The command is fine. By any chance, did you put the 4 or 5 repeated quotes at the beginning of the Pastebin and then the rest? Try changing your Pastebin URL, as it might be cached.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.