From 310b4550cafd19d81c92f98c30364365963064ff Mon Sep 17 00:00:00 2001 From: DEX Date: Fri, 2 Apr 2021 22:37:02 +0500 Subject: [PATCH] Alias for cases . warns and warnings Additional aliases in addition to modlogs for the cases command --- 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..a9780167 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", "warns", "warnings"], permission: "can_view", description: "Show the most recent 5 cases by the specified -mod",