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:
@@ -9,6 +9,7 @@ from .handler import MessageHandlerABC
|
||||
|
||||
|
||||
class PreviewCommand(MessageHandlerABC):
|
||||
"""Command to preview posts like it posted to channel"""
|
||||
filter = Command('preview')
|
||||
async def _command(self, message: Message):
|
||||
text = message.text.split()
|
||||
|
||||
Reference in New Issue
Block a user