Files
TeleDiffusionBot/bot/handlers/config/__init__.py

7 lines
141 B
Python

from bot.common import dp
from .config_command import *
def register():
dp.register_message_handler(config_command, commands='config')