amadea-system / GabbyGums

Gabby Gums is fully featured discord logging bot that is able to ignore all the extraneous deletes that PluralKit causes from proxied messages and log additional PK related detail.
Apache License 2.0
2 stars 4 forks source link

Deleting ignored User/Channel/Category results in exceptions #23

Open amadea-system opened 4 years ago

amadea-system commented 4 years ago

If a User/Channel/Category that is being ignored gets deleted, it will continue to stay in the DB. This results in the corresponding remove commands and verify_perms throwing an exception due to the channel no longer existing. This then prevents the user from using verify_perms or even removing the offending ID from the DB. I think this is also going to effect log channels as well.