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:
@@ -6,6 +6,7 @@ from .handler import MessageHandlerABC
|
||||
|
||||
|
||||
class ReplyToUserCommand(MessageHandlerABC):
|
||||
"""Send reply to user from admins"""
|
||||
filter = ReplyToUser()
|
||||
async def _command(self, message: types.Message):
|
||||
if message.reply_to_message.forward_from is None:
|
||||
|
||||
Reference in New Issue
Block a user