diff options
author | 2024-07-05 19:30:11 +0530 | |
---|---|---|
committer | 2024-07-05 19:30:11 +0530 | |
commit | e37222f6000547e722ed5a5934ad7e2db3ec574c (patch) | |
tree | 7a30e73049586f1c46404851b8061e32e89d6baf | |
parent | removed commented newlines (diff) |
Update bot/exts/moderation/modlog.py
Co-authored-by: Boris Muratov <[email protected]>
-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. |