From 4620a7a085be5b4eb45be0a1c771bb36933fbb0e Mon Sep 17 00:00:00 2001 From: Jonathan <54381371+yaboyaxis@users.noreply.github.com> Date: Fri, 8 Jan 2021 15:15:28 -0500 Subject: [PATCH] Added aliases for Update --- backend/src/plugins/ModActions/commands/UpdateCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/ModActions/commands/UpdateCmd.ts b/backend/src/plugins/ModActions/commands/UpdateCmd.ts index 3a55463a..fd169e9a 100644 --- a/backend/src/plugins/ModActions/commands/UpdateCmd.ts +++ b/backend/src/plugins/ModActions/commands/UpdateCmd.ts @@ -8,7 +8,7 @@ import { LogType } from "../../../data/LogType"; import { CaseTypes } from "../../../data/CaseTypes"; export const UpdateCmd = modActionsCmd({ - trigger: "update", + trigger: ["update", "reason", "addnote"], permission: "can_note", description: "Update the specified case (or, if case number is omitted, your latest case) by adding more notes/details to it",