Links
Comment on page

To-Do

The commands in this category can manage your To-Do list.

/todo add-item

Creates a To-Do list (if you don't have one) and adds an item. The limit for items is 10.
/todo add-item <string: item>

/todo remove-item

Removes an item from your To-Do list.
/todo remove-item <string: item>

/todo list

Shows all your To-Do items. You can send the message invisible if you want to protect your own privacy.
/todo list [bool: ephemeral]

/todo clear-list

Delete all your items from your To-Do list.
/todo clear-list

/todo edit-item

Edit an item in your To-Do list.
/todo edit-item <string: item> <string: new_item>