WIP: Refactor Aurora (3.0.0) #29

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

View file

@ -96,4 +96,4 @@ async def create_guild_table(guild: Guild):
guild.id, guild.id,
) )
database.close() await database.close()