fix(aurora): awaited a coroutine
This commit is contained in:
parent
d629f1a5a2
commit
76572e2281
1 changed files with 1 additions and 1 deletions
|
@ -96,4 +96,4 @@ async def create_guild_table(guild: Guild):
|
||||||
guild.id,
|
guild.id,
|
||||||
)
|
)
|
||||||
|
|
||||||
database.close()
|
await database.close()
|
||||||
|
|
Loading…
Reference in a new issue