From 874adf4b48b9854f33c7c1f44f88f73ed523c430 Mon Sep 17 00:00:00 2001 From: Luca Bernstein Date: Thu, 28 Oct 2021 10:23:56 +0200 Subject: [PATCH] Enrich finish message with command to start fresh --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 0169886..54600c9 100644 --- a/main.go +++ b/main.go @@ -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 }