diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 302455db0..39755f56d 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -1588,7 +1588,7 @@ class Downloader(commands.Cog): else: message += _("End user data statements for {cog} have been changed.").format( 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 ") ) if failed_cogs: