diff --git a/cogs/emote.py b/cogs/emote.py index 13aad91..e832b3e 100644 --- a/cogs/emote.py +++ b/cogs/emote.py @@ -235,7 +235,7 @@ class Emotes(commands.Cog): await context.send( f'{name}: file too big. ' f'The limit is {humanize.naturalsize(error.limit)} ' - f'but this file is {humainze.naturalsize(error.size)}.') + f'but this file is {humanize.naturalsize(error.size)}.') continue await context.send(f'{name}: {error}')