Properly documented help command
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user