File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ The bot can now take income and outcome and display the current month resume; he
66* ` /listincome ` print the list of current month income
77* ` /delete +/-<income/outcome amount> <comment> ` delete the specified entry
88* ` /balance ` print total income, total outcome and the difference between those 2 (aka balance)
9- * ` + <income amount> <comment>` add to the income table the amount and the comment associated
10- * ` - <outcome amount> <comment>` add to the outcome table the amount and the comment associated
9+ * ` /income <income amount> <comment>` add to the income table the amount and the comment associated
10+ * ` /outcome <outcome amount> <comment>` add to the outcome table the amount and the comment associated
1111
1212## Installation
1313* First create the ` master.txt ` and ` token.txt ` files, filled respectively with your master chat id
1414 and telegram bot token
1515* ` Install docker `
1616* Go into the clone folder and run ` docker build moneytrakerBot/ `
1717* Copy the container id
18- * Run ` docker run <container id> `
18+ * Run ` docker run <container id> `
You can’t perform that action at this time.
0 commit comments