This commit is contained in:
Kenneth Bruen 2023-12-26 06:44:44 +01:00
parent e4f12c766e
commit 77260f973d
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -44,7 +44,7 @@ You may use ` + cancelCommand + ` to cancel any ongoing command.`
You may also send the date as a message in the following formats: dd.mm.yyyy, m/d/yyyy, yyyy-mm-dd, UNIX timestamp. You may also send the date as a message in the following formats: dd.mm.yyyy, m/d/yyyy, yyyy-mm-dd, UNIX timestamp.
Keep in mind that, for night trains, this date might be yesterday.` Keep in mind that, for night trains, this date might be yesterday.`
invalidDateMessage = "Invalid date. Please try again or us " + cancelCommand + " to cancel." invalidDateMessage = "Invalid date. Please try again or use " + cancelCommand + " to cancel."
) )
func main() { func main() {