Update help message

This commit is contained in:
2023-01-17 20:42:35 +01:00
parent c7d115f9ce
commit e35a978497
5 changed files with 57 additions and 107 deletions

View File

@@ -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);
}