Nightbot !ppsize com

I’m trynna do !ppsize $(user) 's pp is | and here i need a generator from 1-20 but I really don’t know how to do it. If you can please type the com for me and explain i would appreciate!

Hey @easyX!

All you need is an $(eval) to generate a random number, there’s not much to explain, it’s just JS functions.

$(eval Math.floor(Math.random()*20)+1;)
1 Like

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