From 3db80dbdfa46442c60fcf4e99ac9e8792506ead3 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi Date: Thu, 3 Sep 2020 16:50:25 +0200 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 7bd1e6f..4d67991 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -92,4 +92,4 @@ Note that this approach can only work, if all the handlers in the conversation a ### Can I check, if a `ConversationHandler` is currently active for a user? -There is no built-in way to do that. You can however easily set a flag as e.g. `context.user_data['in_conversation'] = True` in `enrty_points`s and set it to `False` before returning `ConversationHandler.END`. +There is no built-in way to do that. You can however easily set a flag as e.g. `context.user_data['in_conversation'] = True` in your `entry_points`s and set it to `False` before returning `ConversationHandler.END`.