Checklist
Command category for creating and managing collaborative checklists in Kythia.
/checklist
📝 Create and manage checklists — either for yourself or shared across the whole server.
Usage
/checklist personal add <item>
/checklist personal clear
/checklist personal list
/checklist personal remove <index>
/checklist personal toggle <index>
/checklist server add <item>
/checklist server clear
/checklist server list
/checklist server remove <index>
/checklist server toggle <index>
Subcommands
/checklist personal add <item> — Add an item to your personal checklist.
| Option | Type | Required | Description |
|---|---|---|---|
item |
Text | ✅ | The checklist item to add |
/checklist personal clear — Clear all items from your personal checklist.
/checklist personal list — View all items in your personal checklist.
/checklist personal remove <index> — Remove an item from your personal checklist by its number.
| Option | Type | Required | Description |
|---|---|---|---|
index |
Integer | ✅ | Item number to remove |
/checklist personal toggle <index> — Mark an item as complete or incomplete.
| Option | Type | Required | Description |
|---|---|---|---|
index |
Integer | ✅ | Item number to toggle |
/checklist server add <item> — Add an item to the server checklist.
| Option | Type | Required | Description |
|---|---|---|---|
item |
Text | ✅ | The checklist item to add |
/checklist server clear — Clear all items from the server checklist.
/checklist server list — View all items in the server checklist.
/checklist server remove <index> — Remove an item from the server checklist by its number.
| Option | Type | Required | Description |
|---|---|---|---|
index |
Integer | ✅ | Item number to remove |
/checklist server toggle <index> — Mark a server checklist item as complete or incomplete.
| Option | Type | Required | Description |
|---|---|---|---|
index |
Integer | ✅ | Item number to toggle |