Can anyone help me get this command to work?

Asked Mar 1, 2025·1 reply·Last activity 1 year 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.

!addcom !jailbreak $(eval responses = [$(user) has pulled off a successful jailbreak!, $(user) got caught planning their jailbreak and got send to the no no pit.]; responses[Math.floor(Math.random()*responses.length)])response,

1 reply

if you just want it to randomly output one or the other it should be this: $(eval Math.random()<0.5?"$(user) has pulled off a successful jailbreak!":"$(user) got caught planning their jailbreak and got sent to the no no pit.")