fix(aurora): fixed a PermissionError

This commit is contained in:
Seaswimmer 2024-06-30 05:04:21 -04:00
parent c28b089edb
commit 3b102debac
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -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(