Hello, i'm running this code:
!ran $(user), You are a $(eval Math.floor(Math.random() * 10) + 1)
wich works perfectly but I want to tie a certain text string reply to certain range of values... let's say
1 ~ 3 You are x
4 ~ 6 You are y
7 ~ 9 You are z
How can I do that ?