Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
teleexit/commands/__init__.py

6 lines
114 B
Python
Raw Normal View History

from commands.start import start_handler
from main import updater
updater.dispatcher.add_handler(start_handler)