Update redbot/cogs/downloader/downloader.py

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Pred
2021-04-04 18:03:20 +02:00
committed by GitHub
parent d0fd0e72b0
commit ac7f22a87e

View File

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