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:33 +02:00
committed by GitHub
parent 1fb028bc90
commit 42988f8e68

View File

@@ -499,7 +499,7 @@ class Downloader(commands.Cog):
success = await repo.install_raw_requirements(deps, self.LIB_PATH) success = await repo.install_raw_requirements(deps, self.LIB_PATH)
if success: if success:
if deps > 1: if len(deps) > 1:
await ctx.send(_("Libraries installed.")) await ctx.send(_("Libraries installed."))
else: else:
await ctx.send(_("Library installed.")) await ctx.send(_("Library installed."))