diff options
Diffstat (limited to '')
-rwxr-xr-x | cogs/src.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cogs/src.py b/cogs/src.py index 532f269..de6a8ea 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -516,6 +516,7 @@ class Src(commands.Cog): keys_to_delete.append(key) elif e.args[0] == "discord_member_not_found": # Do not delete, we want to keep these in the database + pass else: self.bot.logger.error(f"{key}: {value}", exc_info=e) |