Update redbot/cogs/downloader/downloader.py

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Pred
2021-04-04 18:03:26 +02:00
committed by GitHub
parent ac7f22a87e
commit 4bf878f5b0

View File

@@ -1627,7 +1627,7 @@ class Downloader(commands.Cog):
message = _("Would you like to reload the updated cogs?")
else:
message = _("Would you like to reload {cog}?").format(
cog=humanize_list(tuple(map(inline, updated_cognames)))
cog=inline(updated_cognames[0])
)
can_react = ctx.channel.permissions_for(ctx.me).add_reactions
if not can_react: