1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00

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

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