Properly documented help command

This commit is contained in:
2022-10-30 16:30:00 +03:00
parent 69cddd1cbb
commit f6b58df6c4
2 changed files with 4 additions and 2 deletions

View File

@ -314,7 +314,8 @@ def help(bot: telebot.TeleBot, mes: telebot.types.Message) -> None:
/delete_account - удалить аккаунт
/delete_all - удалить все аккаунты и мастер пароль (Спать хочу -> подтверждения нету)
/reset_master_pass - удалить все аккаунты и изменить мастер пароль
/cancel - отмена текущего действия"""
/cancel - отмена текущего действия
/help - помощь"""
bot.send_message(mes.chat.id, message)