Nekos-life / neko-bot-jda

The official Nekos.life Discord bot
https://bot.nekos.life
GNU Affero General Public License v3.0
16 stars 6 forks source link

Implement check to prevent negative-numbers #2

Closed Andre601 closed 6 years ago

Andre601 commented 6 years ago

Users are able to release nekos, even if they have 0 at the moment. This should fix this issue by simply adding a check for getBal to check, how many nekos they have and if they have 0 or not.

Check of the code is required.