From 43e82c9eb5ce7d51f3a27c79cdb4b1cbb64af6c1 Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 22 Aug 2024 15:59:23 -0400 Subject: [PATCH] feat(aurora): minify export json to reduce file sizes --- aurora/aurora.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurora/aurora.py b/aurora/aurora.py index 187d14a..dee6152 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -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(