[+] Redirect /start with arguments

This commit is contained in:
Hykilpikonna
2020-11-27 13:59:32 -05:00
parent 3627879c4c
commit 48fdc6c64a
+4
View File
@@ -59,6 +59,10 @@ def start(update: Update, context: CallbackContext):
chat = update.effective_chat
database.checkUser(chat.id)
# Probably typed the wrong command
if len(context.args) > 0:
return enable(update, context)
return helpMsg