3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-28 04:54:15 +01:00
dbot/modules/todo/README.md

17 lines
255 B
Markdown
Raw Normal View History

2019-04-25 17:44:09 +02:00
## 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.