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)
|
||||
return
|
||||
await interaction.response.send_message(
|
||||
content=box({json.dumps(case_dict, indent=2)}),
|
||||
content=box(json.dumps(case_dict, indent=2), 'json'),
|
||||
ephemeral=ephemeral,
|
||||
)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue