I need help with a command

I have a command that is a vibe check and I would like for it to say if someones vibes are under 5 “@User Has Failed the Vibe Check” vice versa if over 5, but I don’t know how to do that, so far I have this: !editcom -cd=5 !vibes $(eval Math.floor(Math.random()*10)) @$(user) Has Failed if anyone could help me perfect this or if it is even possible to do

!editcom !vibes @$(user) Has $(eval Math.floor(Math.random()*10)==5?`Passed`:`Failed`) the Vibe Check
1 Like

is there a way I can have it so it’ll say the number out of 10 so it looks like ex: Users vibes are 1/10, User has failed the vibe check, if not it is fine the way it is

!editcom !vibes $(eval a=Math.ceil(Math.random()*10);`@$(user)'s Vibes Are ${a}/10. $(user) Has ${a==5?`Passed`:`Failed`} the Vibe Check.`)

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