3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-25 04:02:39 +01:00

Update README.md

This commit is contained in:
fluoridepsychosis 2019-04-25 16:45:25 +01:00 committed by GitHub
parent 28d131be3a
commit 7da859bedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@ Adds a to-do list function, allowing adding, tracking and removing tasks.
### Commands ### Commands
#### todo #### ~todo
Lists active tasks. Lists active tasks.
#### todoadd [task] #### ~todoadd [task]
Adds a new task to the list. Adds a new task to the list.
#### tododone [number of task] #### ~tododone [number of task]
Removes task from the list. Removes task from the list.