From 4a735b902707280e98a64d40fc6805560bf3555e Mon Sep 17 00:00:00 2001 From: Pred <61093863+Predeactor@users.noreply.github.com> Date: Sun, 4 Apr 2021 18:02:47 +0200 Subject: [PATCH] Update redbot/cogs/downloader/downloader.py Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- redbot/cogs/downloader/downloader.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 3c128f6da..a6f872583 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -932,11 +932,12 @@ class Downloader(commands.Cog): ) + humanize_list(tuple(map(inline, failed_cogs))) + _( - "\nThey were most likely removed without using `{prefix}cog uninstall`.\n" + "\nThey were most likely removed without using {command_1}.\n" "You may need to remove those files manually if the cogs are still usable." - " If so, ensure the cogs have been unloaded with {command}." + " If so, ensure the cogs have been unloaded with {command_2}." ).format( - command=inline(f"{ctx.clean_prefix}unload {' '.join(failed_cogs)}") + command_1=inline(f"{ctx.clean_prefix}cog uninstall"), + command_2=inline(f"{ctx.clean_prefix}unload {' '.join(failed_cogs)}"), ) ) else: