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

Create README.md

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

16
modules/todo/README.md Normal file
View File

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