From a42f72f2f599d93f76bc0ebb15b0cf92f2e36c5c Mon Sep 17 00:00:00 2001 From: Io Mintz Date: Thu, 10 Oct 2019 01:28:13 +0000 Subject: [PATCH] fix NameError in cogs.emote.add_from_archive --- cogs/emote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}')