Added comments

This commit is contained in:
2024-02-15 16:58:37 +03:00
parent 19cf282e08
commit dba5c60080
42 changed files with 388 additions and 11 deletions

View File

@@ -9,6 +9,7 @@ from .handler import MessageHandlerABC
class PostCommand(MessageHandlerABC):
"""Command to post posts manually or by timer"""
filter = Command('post')
async def _command(self, message: types.Message | None = None):
settings = neuroTypes.BotSettings.get_instance()