Adding and removing admins
This commit is contained in:
@@ -7,4 +7,6 @@ from .tools import *
|
||||
def register():
|
||||
dp.register_message_handler(set_endpoint, commands='setendpoint')
|
||||
dp.register_message_handler(reset.resetqueue, commands='resetqueue')
|
||||
dp.register_message_handler(aliases.add_admin, commands='addadmin')
|
||||
dp.register_message_handler(aliases.remove_admin, commands='rmadmin')
|
||||
dp.register_message_handler(tools.hash_command, commands='hash')
|
||||
|
||||
Reference in New Issue
Block a user