fix(aurora): fixed a bug in /case with exports to codeblocks being improperly formatted
This commit is contained in:
parent
a7fcbc4dab
commit
b8a4d247f8
1 changed files with 1 additions and 1 deletions
|
@ -1421,7 +1421,7 @@ class Aurora(commands.Cog):
|
||||||
os.remove(filename)
|
os.remove(filename)
|
||||||
return
|
return
|
||||||
await interaction.response.send_message(
|
await interaction.response.send_message(
|
||||||
content=box({json.dumps(case_dict, indent=2)}),
|
content=box(json.dumps(case_dict, indent=2), 'json'),
|
||||||
ephemeral=ephemeral,
|
ephemeral=ephemeral,
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue