diff --git a/backend/src/plugins/ModActions/commands/CasesModCmd.ts b/backend/src/plugins/ModActions/commands/CasesModCmd.ts index 81509109..b359c955 100644 --- a/backend/src/plugins/ModActions/commands/CasesModCmd.ts +++ b/backend/src/plugins/ModActions/commands/CasesModCmd.ts @@ -14,7 +14,7 @@ const opts = { }; export const CasesModCmd = modActionsCmd({ - trigger: "cases", + trigger: ["cases", "modlogs"], permission: "can_view", description: "Show the most recent 5 cases by the specified -mod", diff --git a/backend/src/plugins/ModActions/commands/CasesUserCmd.ts b/backend/src/plugins/ModActions/commands/CasesUserCmd.ts index 42a67593..d5c23b10 100644 --- a/backend/src/plugins/ModActions/commands/CasesUserCmd.ts +++ b/backend/src/plugins/ModActions/commands/CasesUserCmd.ts @@ -22,7 +22,7 @@ const opts = { }; export const CasesUserCmd = modActionsCmd({ - trigger: "cases", + trigger: ["cases", "modlogs"], permission: "can_view", description: "Show a list of cases the specified user has",