Admin and start handlers work. Added testing txt2img from first bot version (will be replaced soon)
This commit is contained in:
6
bot/handlers/admin/__init__.py
Normal file
6
bot/handlers/admin/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from bot.common import dp
|
||||
from .aliases import *
|
||||
|
||||
|
||||
def register():
|
||||
dp.register_message_handler(set_endpoint, commands='setendpoint')
|
||||
Reference in New Issue
Block a user