Skip to content

Commit 5a72535

Browse files
committed
UPDATE: README.md to match the new feature
1 parent 55fbf91 commit 5a72535

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ This is the first version of my telegram bot which allows a simple expenses trac
55

66
The bot can now take income and outcome and display the current month resume; here is a list of commands:
77

8-
* `/listoutcome` print the list of current month outcome
9-
* `/listincome` print the list of current month income
8+
* `/listoutcome <month>`[^1] print the list of the chosen month outcome, if blank the current month is used
9+
* `/listincome <month>`[^1] print the list of the chosen month income, if blank the current month is used
1010
* `/delete +/-<income/outcome amount> <comment>` delete the specified entry
11-
* `/balance` print total income, total outcome and the difference between those 2 (aka balance)
11+
* `/balance <month>`[^1] print total income, total outcome and the difference between those 2 (aka balance)
1212
* `/income <income amount> <comment>` add to the income table the amount and the comment associated
1313
* `/outcome <outcome amount> <comment>` add to the outcome table the amount and the comment associated
1414

15+
[^1]: Month can be written according to the following example: 'Jul', 'July', '07' or '7'
16+
1517
## Installation
1618

1719
* First create the `master.txt` and `token.txt` files, filled respectively with your master chat id

0 commit comments

Comments
 (0)