diff options
-rw-r--r-- | bot/exts/filtering/filtering.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/filtering/filtering.py b/bot/exts/filtering/filtering.py index b1cfa9e23..0d07bfebc 100644 --- a/bot/exts/filtering/filtering.py +++ b/bot/exts/filtering/filtering.py @@ -237,6 +237,7 @@ class Filtering(Cog): await _extract_text_file_content(a) for a in msg.attachments if "charset" in a.content_type ] + if text_contents: attachment_content = "\n\n".join(text_contents) ctx = ctx.replace(content=f"{ctx.content}\n\n{attachment_content}") |