Skip to content

Commit

Permalink
fix continue button
Browse files Browse the repository at this point in the history
  • Loading branch information
innightwolfsleep committed Sep 10, 2023
1 parent 6932c72 commit 7d9c9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telegram_bot_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ def continue_message_button(self, upd: Update, context: CallbackContext):
context=context,
upd=upd,
)
user.history[-1] = answer
user.save_user_history(chat_id, self.history_dir_path)

def delete_word_button(self, upd: Update, context: CallbackContext):
Expand Down

0 comments on commit 7d9c9e9

Please sign in to comment.