Todo Tasks Guide
This guide walks you through managing your to-do tasks using the Todo Tasks Module.
Section 1: Creating a Todo Task
Section titled “Section 1: Creating a Todo Task”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.
Section 2: Updating a Todo Task
Section titled “Section 2: Updating a Todo Task”To update a todo task, use /todo update <id> Required.
- <id>: The ID of the task to update.
Section 3: Deleting a Todo Task
Section titled “Section 3: Deleting a Todo Task”To delete a todo task, use /todo delete <id> Required.
- <id>: The ID of the task to delete.
Section 4: Searching a Todo Task
Section titled “Section 4: Searching a Todo Task”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.
Section 5: Completing a Task
Section titled “Section 5: Completing a Task”To complete a task, use /todo complete <id> Required.
- <id>: The ID of the task to complete.