diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 2544a6265..18ce4a078 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -1449,16 +1449,13 @@ class Downloader(commands.Cog): + _("\nYou can use {command} to see the updated statements.\n").format( command=inline(f"{ctx.clean_prefix}cog info ") ) - else: - message += ( - _("End user data statements for {cog} have been changed.").format( - cog=cogs_with_changed_eud_statement[0] - ) - + _("\nYou can use {command} to see the updated statements.\n").format( - command=inline(f"{ctx.clean_prefix}cog info ") - ) ) - ) + else: + message += _("End user data statements for {cog} have been changed.").format( + cog=cogs_with_changed_eud_statement[0] + ) + _("\nYou can use {command} to see the updated statements.\n").format( + command=inline(f"{ctx.clean_prefix}cog info ") + ) if failed_cogs: cognames = [cog.name for cog in failed_cogs] if len(failed_cogs) > 1: