WIP: Database migrations

This commit is contained in:
kku
2024-12-27 22:43:40 +01:00
parent eb8019ccfe
commit 4f6c99f211
12 changed files with 254 additions and 50 deletions

View File

@@ -40,7 +40,7 @@ class Logger(commands.Cog):
(message.type == MessageType.thread_created)
and (message.channel is not None)
and (
await col_users.count_documents({"customchannel": message.channel.id})
await col_users.count_documents({"custom_channel": message.channel.id})
> 0
)
):