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:
@@ -7,6 +7,7 @@ from .handler import MessageHandlerABC
|
||||
|
||||
|
||||
class DeletedPostsCommand(MessageHandlerABC):
|
||||
"""Command to show deleted posts"""
|
||||
filter = Command('deleted')
|
||||
async def _command(self, message: Message):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user