FRCDiscord / Dozer

Omnipotent guild management bot for FIRST Discord servers
GNU General Public License v3.0
40 stars 45 forks source link

Fixed to punishment timer restart #436

Closed JayFromProgramming closed 1 year ago

JayFromProgramming commented 1 year ago

Fixed dozer using get_member instead of fetch_member resulting in dozer not always getting the member object when restarting a punishment timer. Also removed the weird behavior of dozer deleting a punishment timer record only to add it back right away. This had the unintended side effect of dozer removing the punishment record if anything went wrong when trying to restart the timer.