diff --git a/src/cogs/auto_responder.py b/src/cogs/auto_responder.py index e85f439..5d7897a 100644 --- a/src/cogs/auto_responder.py +++ b/src/cogs/auto_responder.py @@ -188,7 +188,7 @@ class AutoResponder(commands.Cog): _p, _p.stat().st_size / 1024 / 1024 ) - if _p.stat().st_size <= 490 * 1024 * 1024: + if _p.stat().st_size <= 510 * 1024 * 1024: file.fp.seek(0) self.log.info("Trying to upload file to pastebin.") async with httpx.AsyncClient() as client: