mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
Update redbot/cogs/downloader/downloader.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -945,7 +945,7 @@ class Downloader(commands.Cog):
|
|||||||
" but it wasn't able to find his files."
|
" but it wasn't able to find his files."
|
||||||
).format(cog=inline(failed_cogs[0])) + _(
|
).format(cog=inline(failed_cogs[0])) + _(
|
||||||
"\nIt was most likely removed without using `{prefix}cog uninstall`.\n"
|
"\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."
|
"You may need to remove those files manually if the cog is still usable."
|
||||||
" If so, ensure the cog has been unloaded with {command}."
|
" If so, ensure the cog has been unloaded with {command}."
|
||||||
).format(command=inline(f"{ctx.clean_prefix}unload {failed_cogs[0]}"))
|
).format(command=inline(f"{ctx.clean_prefix}unload {failed_cogs[0]}"))
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user