From dfc1bf2ba09e317583f27bf5a9e5522b5f12d3b3 Mon Sep 17 00:00:00 2001 From: Shoaib Sajid Date: Thu, 29 Apr 2021 00:08:37 +0500 Subject: [PATCH] Add !infractions as an alias for !cases (#177) --- backend/src/plugins/ModActions/commands/CasesModCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/ModActions/commands/CasesModCmd.ts b/backend/src/plugins/ModActions/commands/CasesModCmd.ts index 6d84fc77..f9f4667d 100644 --- a/backend/src/plugins/ModActions/commands/CasesModCmd.ts +++ b/backend/src/plugins/ModActions/commands/CasesModCmd.ts @@ -17,7 +17,7 @@ const opts = { const casesPerPage = 5; export const CasesModCmd = modActionsCmd({ - trigger: ["cases", "modlogs"], + trigger: ["cases", "modlogs", "infractions"], permission: "can_view", description: "Show the most recent 5 cases by the specified -mod",