WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit 3b102debac - Show all commits

View file

@ -1103,7 +1103,7 @@ class Aurora(commands.Cog):
+ filename + 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) dump(obj=moderations, fp=f, indent=2)
await interaction.followup.send( await interaction.followup.send(