meet doctor logic

This commit is contained in:
Oleg Oleg 2026-01-09 21:22:26 +04:00
parent ed848bbbca
commit ee8d3fa1ff

View File

@ -52,7 +52,7 @@ async def send_notification(update: Update, context: ContextTypes.DEFAULT_TYPE)
def meet_doctor_method() -> CommandHandler:
"""Фабрика для регистрации в Application."""
return CommandHandler("payment_methods", show_tariffs)
return CommandHandler("meet", show_tariffs)
def get_meet_doctor_handler() -> ConversationHandler: