fix NameError in cogs.emote.add_from_archive

This commit is contained in:
Io Mintz 2019-10-10 01:28:13 +00:00
parent 7658189744
commit a42f72f2f5
1 changed files with 1 additions and 1 deletions

View File

@ -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}')