From 04f903a4928c92b269fbf1f4da1a9c08418d09bd Mon Sep 17 00:00:00 2001 From: Pred <61093863+Predeactor@users.noreply.github.com> Date: Mon, 29 Mar 2021 04:15:39 +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 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: