fix(aurora): fixing some formatting/color issues
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 27s
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 27s
This commit is contained in:
parent
826d76253d
commit
66600757da
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue