Adding and removing admins

This commit is contained in:
BarsTiger
2023-03-02 20:23:01 +02:00
parent 17f00689a5
commit 8e3e6929d8
3 changed files with 65 additions and 1 deletions

View File

@@ -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')