Spaces:
Runtime error
Runtime error
aheskandani
commited on
Commit
•
3700629
1
Parent(s):
6f78cec
Update app.py
Browse files
app.py
CHANGED
@@ -114,6 +114,12 @@ def set_username(update: Update, context: CallbackContext):
|
|
114 |
update.message.reply_text('نام کاربری با موفقیت ثبت شد', reply_markup=main_keyboard)
|
115 |
return ConversationHandler.END
|
116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
#############################################
|
118 |
|
119 |
def captcha_url():
|
|
|
114 |
update.message.reply_text('نام کاربری با موفقیت ثبت شد', reply_markup=main_keyboard)
|
115 |
return ConversationHandler.END
|
116 |
|
117 |
+
|
118 |
+
def cancel(update: Update, context: CallbackContext):
|
119 |
+
update.message.reply_text('منوی اصلی', reply_markup=main_keyboard)
|
120 |
+
return ConversationHandler.END
|
121 |
+
|
122 |
+
|
123 |
#############################################
|
124 |
|
125 |
def captcha_url():
|