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