mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 17:32:31 -05:00
Update redbot/cogs/downloader/downloader.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -922,7 +922,7 @@ class Downloader(commands.Cog):
|
||||
uninstalled_cogs
|
||||
)
|
||||
else:
|
||||
message += _("Successfully uninstalled cog ") + uninstalled_cogs[0]
|
||||
message += _("Successfully uninstalled the cog: ") + uninstalled_cogs[0]
|
||||
if failed_cogs:
|
||||
if len(failed_cogs) > 1:
|
||||
message += (
|
||||
|
||||
Reference in New Issue
Block a user