From c01d6ffbcba35db3e9b5c550671c014f0a47886d Mon Sep 17 00:00:00 2001 From: Pred <61093863+Predeactor@users.noreply.github.com> Date: Mon, 29 Mar 2021 04:17:38 +0200 Subject: [PATCH] Update redbot/cogs/downloader/downloader.py Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- redbot/cogs/downloader/downloader.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index aed695dcf..8ea460348 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -934,8 +934,10 @@ class Downloader(commands.Cog): + _( "\nThey were most likely removed without using `{prefix}cog uninstall`.\n" "You may need to remove those files manually if the cogs are still usable." - " If so, ensure the cogs have been unloaded with `{prefix}unload {cogs}`." - ).format(prefix=ctx.clean_prefix, cogs=" ".join(failed_cogs)) + " If so, ensure the cogs have been unloaded with {command}." + ).format( + command=inline(f"{ctx.clean_prefix}unload {' '.join(failed_cogs)}") + ) ) else: message += _(