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