diff --git a/main.go b/main.go index 37d5728..77959e8 100644 --- a/main.go +++ b/main.go @@ -62,6 +62,11 @@ func GetDefaultTasks() []Task { Description: `(whiping the floor in kitchen, clean sink, empty trash, check surfaces)`, IsOptional: false, }, + { + Name: "Trash", + Description: `(empty the trash and take care the boxes are not super duper disgusting)`, + IsOptional: false, + }, } }