Update redbot/cogs/downloader/downloader.py

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Pred
2021-04-04 18:02:39 +02:00
committed by GitHub
parent 42988f8e68
commit 52d5f38137

View File

@@ -504,7 +504,7 @@ class Downloader(commands.Cog):
else:
await ctx.send(_("Library installed."))
else:
if deps > 1:
if len(deps) > 1:
await ctx.send(
_(
"Some libraries failed to install. Please check"