Files
TeleDiffusionBot/bot/handlers/txt2img/__init__.py

7 lines
128 B
Python

from bot.common import dp
from .txt2img import *
def register():
dp.register_message_handler(txt2img, commands='txt2img')