diff --git a/aurora/models/moderation_types.py b/aurora/models/moderation_types.py index 0511333..6f1cb05 100644 --- a/aurora/models/moderation_types.py +++ b/aurora/models/moderation_types.py @@ -45,7 +45,7 @@ class Note(Type): try: embed = await message_factory( bot=ctx.bot, - color=await ctx.embed_color, + color=await ctx.embed_color(), guild=ctx.guild, moderator=ctx.author, reason=reason, @@ -106,7 +106,7 @@ class Warn(Type): try: embed = await message_factory( bot=ctx.bot, - color=await ctx.embed_color, + color=await ctx.embed_color(), guild=ctx.guild, moderator=ctx.author, reason=reason,