feat(aurora): minify export json to reduce file sizes
This commit is contained in:
parent
320db1b692
commit
43e82c9eb5
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ class Aurora(commands.Cog):
|
||||||
)
|
)
|
||||||
|
|
||||||
with open(filepath, "w", encoding="utf-8") as f:
|
with open(filepath, "w", encoding="utf-8") as f:
|
||||||
dump(obj=moderations, fp=f, indent=2)
|
dump(obj=moderations, fp=f)
|
||||||
|
|
||||||
await interaction.followup.send(
|
await interaction.followup.send(
|
||||||
file=discord.File(
|
file=discord.File(
|
||||||
|
|
Loading…
Reference in a new issue