mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Update support message
This commit is contained in:
@@ -89,19 +89,19 @@ pub fn get_approved_handler() -> (BotHandler, BotCommands) {
|
||||
Some(vec![
|
||||
BotCommand {
|
||||
command: String::from("random"),
|
||||
description: String::from("Попытать удачу"),
|
||||
description: String::from("🎲 Попытать удачу"),
|
||||
},
|
||||
BotCommand {
|
||||
command: String::from("update_log"),
|
||||
description: String::from("Обновления каталога"),
|
||||
description: String::from("🔄 Обновления каталога"),
|
||||
},
|
||||
BotCommand {
|
||||
command: String::from("settings"),
|
||||
description: String::from("Настройки"),
|
||||
description: String::from("⚙️ Настройки"),
|
||||
},
|
||||
BotCommand {
|
||||
command: String::from("support"),
|
||||
description: String::from("Поддержать разработчика"),
|
||||
command: String::from("donate"),
|
||||
description: String::from("☕️ Поддержать разработчика"),
|
||||
},
|
||||
]),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user