WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 342 commits from aurora-pydantic into main
Showing only changes of commit b379584251 - Show all commits

View file

@ -45,7 +45,7 @@ class Note(Type):
try: try:
embed = await message_factory( embed = await message_factory(
bot=ctx.bot, bot=ctx.bot,
color=await ctx.embed_color, color=await ctx.embed_color(),
guild=ctx.guild, guild=ctx.guild,
moderator=ctx.author, moderator=ctx.author,
reason=reason, reason=reason,
@ -106,7 +106,7 @@ class Warn(Type):
try: try:
embed = await message_factory( embed = await message_factory(
bot=ctx.bot, bot=ctx.bot,
color=await ctx.embed_color, color=await ctx.embed_color(),
guild=ctx.guild, guild=ctx.guild,
moderator=ctx.author, moderator=ctx.author,
reason=reason, reason=reason,