From bfde96aa4ee91a800d03106855afa22b958a92a2 Mon Sep 17 00:00:00 2001 From: Matteo Bertucci Date: Thu, 28 Nov 2019 08:32:42 +0100 Subject: Fix misspelling Co-Authored-By: Mark --- bot/cogs/antispam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/antispam.py b/bot/cogs/antispam.py index 3118e0a42..0d3d0c4cc 100644 --- a/bot/cogs/antispam.py +++ b/bot/cogs/antispam.py @@ -280,7 +280,7 @@ async def reupload_attachments( reupload: Message = await channel.send(file=File(buffer, filename=attachment.filename)) out.append(reupload.attachments[0].url) except (HTTPException, NotFound): - log.warning(f"Tried to re-upload attchment {attachment.id}, but it has failed.") + log.warning(f"Tried to re-upload attachment {attachment.id}, but it has failed.") return out -- cgit v1.2.3