Bot #186

Merged
Rripped merged 3 commits from bot into main 2022-05-12 14:37:14 +00:00
Showing only changes of commit f54850963c - Show all commits

View File

@ -464,7 +464,7 @@ def remove_share(message):
"""
user_id = int(message.from_user.id)
bot.send_message(chat_id=user_id, text='Type ISIN/Symbol/CompanyName of share to remove (if you are unsure do /portfolio, find your share and insert the value above amount):')
bot.send_message(chat_id=user_id, text='Type ISIN/Symbol/CompanyName of share to remove (if you are unsure do /shares, find your share and insert the value above amount):')
bot.register_next_step_handler(message, remove_share_step) # wait for user to send ISIN, then call remove_share_step function