Invalidate cache and delete bot on invalid token error
Some checks are pending
Build docker image / Build-Docker-Image (push) Waiting to run

This commit is contained in:
2025-07-04 14:40:45 +02:00
parent 86669b66f3
commit a829ba200d
21 changed files with 61 additions and 57 deletions

View File

@@ -1,8 +1,5 @@
pub fn format_registered_message(username: &str) -> String {
format!(
"@{username} зарегистрирован и через несколько минут будет подключен!",
username = username
)
format!("@{username} зарегистрирован и через несколько минут будет подключен!")
}
pub const ALREADY_REGISTERED: &str = "Ошибка! Возможно бот уже зарегистрирован!";