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

7 lines
147 B
Python

from bot.common import dp
from . import help_handler
def register():
dp.register_message_handler(help_handler.help_command, commands='help')