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