3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 08:45:03 +00:00

Add !reason alias for !update (#141)

This commit is contained in:
Jonathan 2021-04-02 09:38:24 -04:00 committed by GitHub
parent f8d393fad2
commit 0bb107bd9b

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