Skip to content

Todo Tasks Guide

This guide walks you through managing your to-do tasks using the Todo Tasks Module.

To create a todo task, use /todo add <title> Required <description>.

  • <title>: The title of the task.
  • <description>: Optional description.

This returns an embed with the task info and its ID, which is important for updating or deleting.

To update a todo task, use /todo update <id> Required.

  • <id>: The ID of the task to update.

To delete a todo task, use /todo delete <id> Required.

  • <id>: The ID of the task to delete.

To search for todo tasks, use /todo search <search_term>.

  • <search_term>: Optional search term. If not provided, returns all your tasks; otherwise, returns tasks related to the search.

To complete a task, use /todo complete <id> Required.

  • <id>: The ID of the task to complete.