fix(aurora): fixing some formatting/color issues
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 27s

This commit is contained in:
SeaswimmerTheFsh 2024-01-08 08:35:49 +00:00
parent 826d76253d
commit 66600757da
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF
2 changed files with 2 additions and 2 deletions

View file

@ -202,7 +202,7 @@ async def log(interaction: Interaction, moderation_id: int, resolved: bool = Fal
case = await fetch_case(moderation_id, interaction.guild.id)
if case:
embed = await embed_factory(
"log", await interaction.client.get_embed_color(None), interaction=interaction, case_dict=case, resolved=resolved
"log", await interaction.client.get_embed_color(interaction.channel), interaction=interaction, case_dict=case, resolved=resolved
)
try:
await logging_channel.send(embed=embed)