feat(aurora): minify export json to reduce file sizes
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 52s

This commit is contained in:
Seaswimmer 2024-08-22 15:59:23 -04:00
parent 320db1b692
commit 43e82c9eb5
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -728,7 +728,7 @@ class Aurora(commands.Cog):
)
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(
file=discord.File(