diff --git a/help.md b/help.md new file mode 100644 index 0000000..3027a93 --- /dev/null +++ b/help.md @@ -0,0 +1,13 @@ +# commands + +- /add - Add a new task +- /rm [id [id [id]...]] - Remove task(s) +- /ls [id [id [id]...]] - list all tasks +- /do [id [id [id]...]] - do task(s) +- /undo [id [id [id]...]] - undo task(s) +- /marco - test if bot is up +- /help - show help information +- /last - run the last command sent +- /export - send all tasks as plaintext + +Anything sent without a command is assumed to be a new task to be added