plerpsandplerps / AnnouncerBot

Announcer Bot for yearly games
MIT License
3 stars 0 forks source link

On losing roll doesn't dump to json #31

Closed plerpsandplerps closed 2 years ago

plerpsandplerps commented 2 years ago

This bug is kinda funny.

Basically when you roll and lose it's updating the python dict with a new delaydate (cooldown+currenttime) but then it isn't dumping that to the players.json

So you can roll an infinite number of losing rolls without getting placed on cooldown, but as soon as you win it'll dump the dict to the json with a fat cooldown for all those losing rolls lol

plerpsandplerps commented 2 years ago

fixed!