Increased time untill deletion for /gen_password to 15 secs

This commit is contained in:
StNicolay 2022-11-13 18:53:11 +03:00
parent 46a1fe59b2
commit 18abdecb74

View File

@ -484,4 +484,4 @@ def gen_password(bot: telebot.TeleBot, mes: Message) -> None:
+ "\n".join(passwords)
+ "\nНажмите на пароль, чтобы его скопировать"
)
send_tmp_message(bot, mes.chat.id, text)
send_tmp_message(bot, mes.chat.id, text, 15)