From ac7f22a87ea4c392c3c9d8578966f2371b86785c Mon Sep 17 00:00:00 2001 From: Pred <61093863+Predeactor@users.noreply.github.com> Date: Sun, 4 Apr 2021 18:03:20 +0200 Subject: [PATCH] Update redbot/cogs/downloader/downloader.py Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- redbot/cogs/downloader/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 474d8de19..3ecca0e44 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -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 ")