mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2025-12-20 11:04:41 +00:00
fix: error msg
This commit is contained in:
parent
3cc7fbb541
commit
f9bbef506f
@ -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.")
|
||||
.send_message(chat, "Failed to fetch media, you foking dokey.")
|
||||
.await;
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user