feat: add standard.statistics to karkas_lite

This commit is contained in:
Maxim Slipenko 2024-10-08 16:18:27 +03:00
parent b1d95a1496
commit 6c9e13b5db
No known key found for this signature in database
GPG Key ID: 6DEA9FA7DE98C7D6

View File

@ -11,6 +11,7 @@ async def main():
block_loader("standard", "config", safe=False),
block_loader("standard", "filters", safe=False),
block_loader("standard", "database", safe=False),
block_loader("standard", "statistics", safe=False),
block_loader("standard", "command_helper"),
block_loader("standard", "spam", safe=False),
block_loader("standard", "report"),