Add !reason alias for !update (#141)
This commit is contained in:
parent
ab8ea2e7e5
commit
fb4979ff00
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { LogType } from "../../../data/LogType";
|
|||
import { CaseTypes } from "../../../data/CaseTypes";
|
||||
|
||||
export const UpdateCmd = modActionsCmd({
|
||||
trigger: "update",
|
||||
trigger: ["update", "reason"],
|
||||
permission: "can_note",
|
||||
description:
|
||||
"Update the specified case (or, if case number is omitted, your latest case) by adding more notes/details to it",
|
||||
|
|
Loading…
Add table
Reference in a new issue