7 lines
141 B
Python
7 lines
141 B
Python
from bot.common import dp
|
|
from .config_command import *
|
|
|
|
|
|
def register():
|
|
dp.register_message_handler(config_command, commands='config')
|