Glad SkunkOriginal postJul 14, 2020I'm trying to make a command that uses $(eval) to divide the input from a user by a constant number, but cannot work out how to do it.
Deft PenguinJul 14, 2020Example to divide by 2$(eval parseFloat(decodeURIComponent(`$(querystring)`))/2||`Bad input!`)
Glad SkunkJul 15, 2020Thanks for the help I appreciate the timeliness of it. (I honestly should've waited as one of the mods I work with created the command that I needed)