forked from cswimr/SeaCogs
fix(aurora): fixed color in factory.case_factory
This commit is contained in:
parent
aefb68e913
commit
719f02bde7
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ async def changes_factory(interaction: Interaction, case_dict: dict) -> Embed:
|
||||||
interaction (Interaction): The interaction object.
|
interaction (Interaction): The interaction object.
|
||||||
case_dict (dict): The case dictionary.
|
case_dict (dict): The case dictionary.
|
||||||
"""
|
"""
|
||||||
embed = Embed(title=f"📕 Case #{case_dict['moderation_id']:,} Changes", color=await interaction.client.get_embed_color(interaction.guild))
|
embed = Embed(title=f"📕 Case #{case_dict['moderation_id']:,} Changes", color=await interaction.client.get_embed_color(interaction.channel))
|
||||||
|
|
||||||
memory_dict = {}
|
memory_dict = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue