diff --git a/src/commands/autocomplete.rs b/src/commands/autocomplete.rs index 255f345..66cd112 100644 --- a/src/commands/autocomplete.rs +++ b/src/commands/autocomplete.rs @@ -55,7 +55,7 @@ pub async fn time_hint_autocomplete( if diff < 0 { vec![AutocompleteChoice { name: "Time is in the past".to_string(), - value: "now".to_string(), + value: "1 year ago".to_string(), }] } else { if diff > 86400 {