добавлен блок standard.chat

This commit is contained in:
2024-08-20 17:26:09 +03:00
parent a3f0298288
commit 8512b3300b
9 changed files with 190 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ async def main():
block_loader("standard", "config", safe=False),
block_loader("standard", "database", safe=False),
block_loader("standard", "statistics", safe=False),
block_loader("standard", "chats", safe=False),
block_loader("standard", "users", safe=False),
block_loader("standard", "command_helper"),
block_loader("standard", "roles", safe=False),