mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Update help message
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
pub const HELP_MESSAGE: &str = "
|
||||
Зарегистрируй бота в @BotFather .
|
||||
И перешли сюда сообщение об успешной регистрации.
|
||||
(Начинается с: Done! Congratulations on your new bot.)
|
||||
";
|
||||
|
||||
pub fn format_registered_message(username: &str) -> String {
|
||||
return format!("@{username} зарегистрирован и через несколько минут будет подключен!", username = username);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user