diff options
Diffstat (limited to 'bot.py')
-rw-r--r-- | bot.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,6 +124,8 @@ async def main() -> None: | |||
124 | Application.builder().updater(None).token(BOT_TOKEN).context_types(context_types).build() | 124 | Application.builder().updater(None).token(BOT_TOKEN).context_types(context_types).build() |
125 | ) | 125 | ) |
126 | 126 | ||
127 | # TODO: | ||
128 | # check user login status before invoking commands | ||
127 | checkin_handler = ConversationHandler( | 129 | checkin_handler = ConversationHandler( |
128 | entry_points=[ | 130 | entry_points=[ |
129 | CommandHandler("start", start_command), | 131 | CommandHandler("start", start_command), |