Hey there, im trying to create a custom command for my channel. It’s a pick 5 random names command.
i was able a make a version where it picked one, but i want to increase it where it picks 5 names at once instead. i tried repeating the code 5 times in the command but it was too long. is this possible?
this is my pick command:
!addcom !pick /me picks... $(eval a="$(urlfetch json https://pastebin.com/raw/Wi7qKhqa)".split(",");a[Math.floor(Math.random()*a.length)]) ... you're welcome Kappa -cd=5
i have it picking from a custom list i made in pastebin