mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 17:32:31 -05:00
Update redbot/cogs/downloader/downloader.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -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 <repo> <cog>")
|
||||
|
||||
Reference in New Issue
Block a user