Increased time untill deletion for /gen_password to 15 secs
This commit is contained in:
parent
46a1fe59b2
commit
18abdecb74
@ -484,4 +484,4 @@ def gen_password(bot: telebot.TeleBot, mes: Message) -> None:
|
|||||||
+ "\n".join(passwords)
|
+ "\n".join(passwords)
|
||||||
+ "\nНажмите на пароль, чтобы его скопировать"
|
+ "\nНажмите на пароль, чтобы его скопировать"
|
||||||
)
|
)
|
||||||
send_tmp_message(bot, mes.chat.id, text)
|
send_tmp_message(bot, mes.chat.id, text, 15)
|
||||||
|
Reference in New Issue
Block a user