mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 02:12:32 -05:00
Update redbot/cogs/downloader/downloader.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -504,7 +504,7 @@ class Downloader(commands.Cog):
|
|||||||
else:
|
else:
|
||||||
await ctx.send(_("Library installed."))
|
await ctx.send(_("Library installed."))
|
||||||
else:
|
else:
|
||||||
if deps > 1:
|
if len(deps) > 1:
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
_(
|
_(
|
||||||
"Some libraries failed to install. Please check"
|
"Some libraries failed to install. Please check"
|
||||||
|
|||||||
Reference in New Issue
Block a user