mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-15 05:59:43 +03:00
Added comments
This commit is contained in:
@@ -7,6 +7,7 @@ from .handler import MessageHandlerABC
|
||||
|
||||
|
||||
class EditCommand(MessageHandlerABC):
|
||||
"""Command to edit posts"""
|
||||
filter = Command('edit')
|
||||
|
||||
async def _command(self, message: types.Message):
|
||||
|
||||
Reference in New Issue
Block a user