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:26 +02:00
committed by GitHub
parent f599ad22ec
commit 1fb028bc90

View File

@@ -1294,7 +1294,7 @@ class Downloader(commands.Cog):
) )
if not available_str: if not available_str:
cogs = _("No cogs available.") cogs = _("Available Cogs:\nNo cogs are available.")
elif available_cogs > 1: elif available_cogs > 1:
cogs = _("Available Cogs:\n{text}").format(text=available_str) cogs = _("Available Cogs:\n{text}").format(text=available_str)
else: else: