mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
Update redbot/cogs/downloader/downloader.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -1017,7 +1017,7 @@ class Downloader(commands.Cog):
|
||||
else:
|
||||
message += _("Unpinned {cog}").format(cognames[0])
|
||||
if not_pinned:
|
||||
if len(unpinned) > 1:
|
||||
if len(not_pinned) > 1:
|
||||
message += _("\nThese cogs weren't pinned: ") + humanize_list(not_pinned)
|
||||
else:
|
||||
message += _("\n{cog} was already not pinned.").format(cog=not_pinned[0])
|
||||
|
||||
Reference in New Issue
Block a user