Finish the addrole/removerole commands and surrounding functionality #24
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