unicheckbot/apps/tgbot/handlers/default/__init__.py

7 lines
152 B
Python
Raw Normal View History

2021-01-03 01:24:25 +03:00
from aiogram import Dispatcher
from .start import start_cmd
def setup(dp: Dispatcher):
dp.register_message_handler(start_cmd, commands=['start'])