5 lines
114 B
Python
5 lines
114 B
Python
from commands.start import start_handler
|
|
from main import updater
|
|
|
|
|
|
updater.dispatcher.add_handler(start_handler)
|