[Error Connecting To WebEval Service] error

Asked Jul 27, 2020·3 replies·Last activity 6 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.

$(touser) es un $(eval)% sexy
This is my command and get this back when posting it what is the problem.

3 replies

@Rusty Shark There's nothing in the eval at all. Seems you want a random number 1-100, so try

$(touser) es un $(eval Math.floor(Math.random()*101))% sexy

Heya @Rusty Shark! 🤗

You used eval wrong. If you want to do a random number between 1 to 100 here is the right command:

`
!addcom !sexy -cd=5 $(touser) es un $(eval Math.floor((Math.random() * 100) + 1))% sexy!
`

I hope I helped. 😄