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:15:39 +02:00
committed by GitHub
parent bf02d1f58c
commit 04f903a492

View File

@@ -1588,7 +1588,7 @@ class Downloader(commands.Cog):
else: else:
message += _("End user data statements for {cog} have been changed.").format( message += _("End user data statements for {cog} have been changed.").format(
cog=tuple(cogs_with_changed_eud_statement)[0] cog=tuple(cogs_with_changed_eud_statement)[0]
) + _("\nYou can use {command} to see the updated statements.\n").format( ) + _("\nYou can use {command} to see the updated statement.\n").format(
command=inline(f"{ctx.clean_prefix}cog info <repo> <cog>") command=inline(f"{ctx.clean_prefix}cog info <repo> <cog>")
) )
if failed_cogs: if failed_cogs: