mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 17:32:31 -05:00
Black
This commit is contained in:
@@ -1453,9 +1453,9 @@ 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(
|
||||
command=inline(f"{ctx.clean_prefix}cog info <repo_name> <cog_name>")
|
||||
)
|
||||
) + _("\nYou can use {command} to see the updated statements.\n").format(
|
||||
command=inline(f"{ctx.clean_prefix}cog info <repo_name> <cog_name>")
|
||||
)
|
||||
if failed_cogs:
|
||||
cognames = [cog.name for cog in failed_cogs]
|
||||
if len(failed_cogs) > 1:
|
||||
|
||||
Reference in New Issue
Block a user