diff --git a/aurora/aurora.py b/aurora/aurora.py index adecdf7..7977bbe 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -1103,7 +1103,7 @@ class Aurora(commands.Cog): + filename ) - with open(filename, "w", encoding="utf-8") as f: + with open(filepath, "w", encoding="utf-8") as f: dump(obj=moderations, fp=f, indent=2) await interaction.followup.send(