Skip to content

Commit

Permalink
Enrich finish message with command to start fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaBernstein committed Oct 28, 2021
1 parent 0b295e6 commit 874adf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ func handleTextState(b *tb.Bot, m *tb.Message) {
transaction)
b.Send(m.Sender, "Saved your transaction. "+
"You can get a list of all your transactions using /list. "+
"With /archiveTransactions you can delete all of them (e.g. once you copied them into your bookkeeping).",
"With /archiveTransactions you can delete all of them (e.g. once you copied them into your bookkeeping)."+
"\n\nYou can start a new transaction with /simple or type /help to see all commands available.",
)
return
}
Expand Down

0 comments on commit 874adf4

Please sign in to comment.