WIP: Refactor Aurora (3.0.0) #29

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

View file

@ -31,8 +31,8 @@ class ImportAuroraView(ui.View):
database = await connect()
query = f"DROP TABLE IF EXISTS moderation_{self.ctx.guild.id};"
database.execute(query)
database.commit()
await database.execute(query)
await database.commit()
await interaction.edit_original_response(content="Creating new table...")