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:18:44 +02:00
committed by GitHub
parent e189f5361e
commit 7f8ed7bcf7

View File

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