Skip to content

Commit

Permalink
long time ago not TBD already
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Basov committed Oct 15, 2023
1 parent 75ef666 commit e612e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ async def subscribe_command(update: Update, context: ContextTypes.DEFAULT_TYPE):
Subscribes user for application status updates.
If the command has no arguments, then an interactive dialog is started.
[TBD] If an argument is passed then an attempt to parse it will be made and upon success it will be treated as
If an argument is passed then an attempt to parse it will be made and upon success it will be treated as
application number.
"""
logger.info(f"💻 Received /subscribe command from {user_info(update)}")
Expand Down

0 comments on commit e612e92

Please sign in to comment.