diff options
-rw-r--r-- | bot/exts/moderation/modlog.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/exts/moderation/modlog.py b/bot/exts/moderation/modlog.py index 21b24a4ef..601da50f4 100644 --- a/bot/exts/moderation/modlog.py +++ b/bot/exts/moderation/modlog.py @@ -489,8 +489,6 @@ class ModLog(Cog, name="ModLog"): return True return channel.id in GuildConstant.modlog_blacklist - - async def log_cached_deleted_message(self, message: discord.Message) -> None: """ Log the message's details to message change log. |