riforik / Rikard-Discord-Bot

RikardDev's Discord Bot
MIT License
1 stars 0 forks source link

Level XP RNG has too low a floor #4

Closed riforik closed 4 years ago

riforik commented 4 years ago

Level XP RNG has too low a floor

The rng amount of xp given for a message is between 0-25, when it should be 15-25. possible reasons.

Notes

Potential Fixes:

  1. Re-roll the rng value if it's less than 15 (the fix)

Error

no error

riforik commented 4 years ago

if the rng number falls below 0 it now gets set to 20, right between the range. easiest fair fix.