mirror of
https://github.com/reality/dbot.git
synced 2025-01-14 06:02:41 +01:00
17 lines
255 B
Markdown
17 lines
255 B
Markdown
## 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.
|