fix: add cookie for yt

This commit is contained in:
2025-09-19 23:47:14 +03:00
parent f9bbef506f
commit b9bdbcb1eb
5 changed files with 18 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ async fn main() -> color_eyre::Result<()> {
error!(%err, "handler failed");
let _ = bot_for_task
.send_message(chat, "Failed to fetch media, you foking dokey.")
.send_message(chat, "Failed to fetch media, you foking donkey.")
.await;
}
});