unicheckbot/apps/tgbot/handlers/default/__init__.py
2021-01-03 01:24:25 +03:00

7 lines
152 B
Python

from aiogram import Dispatcher
from .start import start_cmd
def setup(dp: Dispatcher):
dp.register_message_handler(start_cmd, commands=['start'])