fix(aurora): awaited a coroutine

This commit is contained in:
Seaswimmer 2024-06-05 01:05:11 -04:00
parent d629f1a5a2
commit 76572e2281
Signed by untrusted user: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

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