diff --git a/cogs/other.py b/cogs/other.py index e2426f1..edc548d 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -748,6 +748,7 @@ class OtherCog(commands.Cog): class FakeAttachment: def __init__(self, *urls: str): self.urls = iter(urls) + self.filename = urls[0].split("/")[-1] async def save(self, f): async with httpx.AsyncClient() as client: