diff --git a/src/plugins/ModActions.ts b/src/plugins/ModActions.ts index 59ff2557..5f87d259 100644 --- a/src/plugins/ModActions.ts +++ b/src/plugins/ModActions.ts @@ -867,7 +867,7 @@ export class ModActionsPlugin extends ZeppelinPlugin { }); } - @d.command(/cases|usercases/, " [expanded:string]") + @d.command(/cases|usercases/, " [expanded:string$]") @d.permission("view") async usercasesCmd(msg: Message, args: { userId: string; expanded?: string }) { const cases = await this.cases.with("notes").getByUserId(args.userId);