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

Added aliases for Update

This commit is contained in:
Jonathan 2021-01-08 15:15:28 -05:00 committed by GitHub
parent f4b13529c6
commit 4620a7a085
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", "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",