diff --git a/litecord/blueprints/attachments.py b/litecord/blueprints/attachments.py index 28a1582..8ac7676 100644 --- a/litecord/blueprints/attachments.py +++ b/litecord/blueprints/attachments.py @@ -48,7 +48,7 @@ async def _resize_gif(attach_id: int, resized_path: Path, FORMAT_HARDCODE = { - 'jpg': 'jpeg' + 'jpg': 'jpeg', 'jpe': 'jpeg' }