I need some help with a comparison between multiple values.
I'm creating a command for my friend and they want a command that will measure 'rizz'. I managed to make it so that it will compare for a value higher than 'x' amount but how would I make a separate segment that would maybe be lower than like 'y' amount?
For instance:
!commands edit -cd=5 !rizz $(eval a=Math.ceil(Math.random()*100);b=a>70?Dangg you have W rizz.:`;$(touser)'s rizz is ${a}%. ${b}`)'
This command will generate a random number between 1-100 and check if it's greater than 70, but is there a way I could have it check if it's below say, 30? Thank you for your time!