mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 01:42:30 -05:00
Update redbot/cogs/downloader/downloader.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -1065,7 +1065,7 @@ class Downloader(commands.Cog):
|
|||||||
message = ""
|
message = ""
|
||||||
if cogs_to_update:
|
if cogs_to_update:
|
||||||
cognames = [cog.name for cog in cogs_to_update]
|
cognames = [cog.name for cog in cogs_to_update]
|
||||||
if len(cogs_to_update) > 1:
|
if len(cognames) > 1:
|
||||||
message += _("These cogs can be updated: ") + humanize_list(
|
message += _("These cogs can be updated: ") + humanize_list(
|
||||||
tuple(map(inline, cognames))
|
tuple(map(inline, cognames))
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user