Todos Tracking
Commands used by our officers to keep track of todos.
/todos add
Parameters
title
(Required): The title of the todo.deadline
(Required): The deadline of the todo in the form MM-DD-YYYY.mention
(Optional): The Discord mention of the user you want to assign the todo to.
Description
Add a new todo item and assign it to yourself or a mentioned user.
/todos view
Parameters
mention
(Optional): The Discord mention of the user you want to view the todos of.
Description
View the todos assigned to yourself or a mentioned user.
/todos all
Parameters
None.
Description
View all the todos currently in the system.
/todos complete
Parameters
id
: The ID of the todo you want to mark completed.
Description
Executives only: Mark a todo item as completed.
/todos remove
Parameters
id
: The ID of the todo you want to delete completed.
Description
Executives only: Remove a todo item from the list.