Update redbot/cogs/downloader/downloader.py

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Pred
2021-03-29 04:17:38 +02:00
committed by GitHub
parent 59b616deca
commit c01d6ffbcb

View File

@@ -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 += _(