WIP: Refactor Aurora (3.0.0) #29

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

View file

@ -123,7 +123,7 @@ async def log(ctx: commands.Context, moderation_id: int, resolved: bool = False)
logging_channel = ctx.guild.get_channel(logging_channel_id) logging_channel = ctx.guild.get_channel(logging_channel_id)
try: try:
moderation = await Moderation.find_by_id(ctx.bot, moderation_id, ctx.guild_id) moderation = await Moderation.find_by_id(ctx.bot, moderation_id, ctx.guild.id)
embed = await log_factory( embed = await log_factory(
ctx=ctx, moderation=moderation, resolved=resolved ctx=ctx, moderation=moderation, resolved=resolved
) )