Variety Command

Asked Nov 20, 2020·4 replies·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

To anyone that can help with this urgently, I need a command for a female streamer that goes !Date And gives 2 answers Either "She will date you". OR "You dont have a chance." Please i need this urgently thank you all

4 replies

This should work:

$(eval a=[`She will date you.`,`You don’t have a chance.`];a[Math.floor(Math.random()*a.length)])

Is it also applicable for a toss coin? !coin which gives either heads or tails? I appreciate the help

Hey @Perky Pufferfish!

Yes, just change the text in the array and you're good to go.