Add !reason alias for !update (#141)

This commit is contained in:
Jonathan 2021-04-02 09:38:24 -04:00 committed by GitHub
parent ab8ea2e7e5
commit fb4979ff00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",