fix(aurora): fixed a PermissionError
This commit is contained in:
parent
c28b089edb
commit
3b102debac
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue