This commit is contained in:
Raymond Li 2022-01-14 21:32:20 +00:00
parent 06f0dba7ce
commit 17eca2d88d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ func monitorQuery(command *bot.Cmd) (string, error) {
}
if len(statuses) == 0 {
lines = append(lines, fmt.Sprintf("Please provided at least on status to filter with."))
lines = append(lines, fmt.Sprintf("Please provided at least one status to filter with."))
return strings.Join(lines, "\n"), nil
}