mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 21:49:42 +03:00
Added comments
This commit is contained in:
@@ -11,6 +11,7 @@ from .handler import MessageHandlerABC
|
||||
|
||||
|
||||
class ForwardMessageCommand(MessageHandlerABC):
|
||||
"""Command to forward messages from users to admins. Also checking if they're in the channel"""
|
||||
filter = F.chat.type == 'private'
|
||||
async def _command(self, message: types.Message):
|
||||
self.settings = BotSettings.get_instance()
|
||||
|
||||
Reference in New Issue
Block a user