mirror of
https://github.com/reality/dbot.git
synced 2024-12-25 04:02:39 +01:00
Create README.md
This commit is contained in:
parent
695398d8fb
commit
28d131be3a
16
modules/todo/README.md
Normal file
16
modules/todo/README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user