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