From fb4979ff00dfcc094429b457625ce3351216f676 Mon Sep 17 00:00:00 2001 From: Jonathan <54381371+yaboyaxis@users.noreply.github.com> Date: Fri, 2 Apr 2021 09:38:24 -0400 Subject: [PATCH] Add !reason alias for !update (#141) --- 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..3a048b42 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"], permission: "can_note", description: "Update the specified case (or, if case number is omitted, your latest case) by adding more notes/details to it",