mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-15 05:59:43 +03:00
Delete command
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from aiogram import Bot
|
||||
|
||||
from handlers.handler import Handler
|
||||
from handlers.message_handlers.delete_command import DeleteCommand
|
||||
from handlers.message_handlers.edit_command import EditCommand
|
||||
from handlers.message_handlers.info_command import InfoCommand
|
||||
from handlers.message_handlers.newpost_command import (NewPostCommand,
|
||||
@@ -32,5 +33,6 @@ class AdminCommands(Handler):
|
||||
self.add_handlers([
|
||||
NewPostCommand,
|
||||
NewPostSoloCommand,
|
||||
DeleteCommand,
|
||||
ReplyToUserCommand
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user