diff --git a/src/plugins/ModActions.ts b/src/plugins/ModActions.ts index 86795f6a..dd10e094 100644 --- a/src/plugins/ModActions.ts +++ b/src/plugins/ModActions.ts @@ -303,7 +303,7 @@ export class ModActionsPlugin extends ZeppelinPlugin { /** * Update the specified case by adding more notes/details to it */ - @d.command(/update|updatecase/, " ") + @d.command("update", " ") @d.permission("can_note") async updateSpecificCmd(msg: Message, args: { caseNumber: number; note: string }) { const theCase = await this.cases.findByCaseNumber(args.caseNumber);