diff --git a/redbot/cogs/mutes/mutes.py b/redbot/cogs/mutes/mutes.py index d2ffcff5eb3..9c42e4f12c6 100644 --- a/redbot/cogs/mutes/mutes.py +++ b/redbot/cogs/mutes/mutes.py @@ -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: