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