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

This commit is contained in:
2024-08-20 17:08:51 +03:00
parent fa89265197
commit a3f0298288
9 changed files with 194 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", "users", safe=False),
block_loader("standard", "command_helper"),
block_loader("standard", "roles", safe=False),
block_loader("standard", "fsm_database_storage", safe=False),