Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustyJAID committed Nov 6, 2023
1 parent 294ce24 commit df3481a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redbot/cogs/mutes/mutes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,8 @@ async def activemutes(self, ctx: commands.Context):
for page in pagify(msg):
if await ctx.embed_requested():
msgs.append(
discord.Emebed(
description=page, colour=await ctx.bot.get_embed_colour(ctx.channel)
discord.Embed(
description=page, colour=await ctx.embed_colour()
)
)
else:
Expand Down

0 comments on commit df3481a

Please sign in to comment.