misc(moderation): revert inline fields in history command
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 54s
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 54s
This commit is contained in:
parent
b435441356
commit
e411e4b942
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ class Moderation(commands.Cog):
|
||||||
if bool(case['resolved']):
|
if bool(case['resolved']):
|
||||||
field_value += "\n**Resolved:** True"
|
field_value += "\n**Resolved:** True"
|
||||||
|
|
||||||
embed.add_field(name=field_name, value=field_value, inline=True)
|
embed.add_field(name=field_name, value=field_value, inline=False)
|
||||||
|
|
||||||
await interaction.followup.send(embed=embed, ephemeral=ephemeral)
|
await interaction.followup.send(embed=embed, ephemeral=ephemeral)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue