mirror of
https://github.com/olegvodyanov/docbot.git
synced 2026-02-02 02:45:46 +03:00
meet doctor logic
This commit is contained in:
parent
ed848bbbca
commit
ee8d3fa1ff
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user