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 ")