From 4bf878f5b095568981de8501dc17f2b9e1a0dc39 Mon Sep 17 00:00:00 2001 From: Pred <61093863+Predeactor@users.noreply.github.com> Date: Sun, 4 Apr 2021 18:03:26 +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 3ecca0e44..6e8f95233 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -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: