Skip to content

Commit

Permalink
Change added transaction text
Browse files Browse the repository at this point in the history
  • Loading branch information
will-lynas committed Oct 13, 2024
1 parent a4ea051 commit e5c635a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ async fn receive_title(
bot.send_message(
msg.chat.id,
format!(
"Recorded transaction of {} amount with description '{}' from user {}",
amount, title, user.first_name
"Added transaction:\n\n 📘 {}\n 💰 {}\n 🥷 {}",
title, amount, user.first_name
),
)
.await
Expand Down

0 comments on commit e5c635a

Please sign in to comment.