This commit is contained in:
2025-03-08 02:25:29 +01:00
parent f24684b1c8
commit 940d8d1645

View File

@@ -138,6 +138,7 @@ pub async fn start_telegram_bot(subscription_manager: Arc<SubscriptionManager>)
let handler = get_handler().await;
let commands = get_commands().await;
let _ = bot.delete_webhook().await;
let _ = bot.set_my_commands(commands).await;
let mut dispatcher = Dispatcher::builder(bot.clone(), handler)