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:
parent
7658189744
commit
a42f72f2f5
1 changed files with 1 additions and 1 deletions
|
@ -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}')
|
||||
|
|
Loading…
Reference in a new issue