Skip to content

Commit 5e5898a

Browse files
committed
Grammar
1 parent 4cbc746 commit 5e5898a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redbot/core/core_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3142,7 +3142,7 @@ async def _set_bot_custominfo_image(self, ctx: commands.Context, *, url: str = N
31423142
"""
31433143
if (attachments := ctx.message.attachments):
31443144
if not attachments[0].content_type.startswith("image"):
3145-
await ctx.send(_("Attachments must be an image or GIF file."))
3145+
await ctx.send(_("Attachment must be an image or GIF file."))
31463146
return
31473147
url = attachments[0].url
31483148
elif not url:

0 commit comments

Comments
 (0)