diff --git a/backend/src/plugins/ModActions/commands/CasesModCmd.ts b/backend/src/plugins/ModActions/commands/CasesModCmd.ts index 67363fe5..306c1ad1 100644 --- a/backend/src/plugins/ModActions/commands/CasesModCmd.ts +++ b/backend/src/plugins/ModActions/commands/CasesModCmd.ts @@ -12,7 +12,7 @@ const opts = { mod: ct.userId({ option: true }), }; -const casesPerPage = 10; +const casesPerPage = 5; export const CasesModCmd = modActionsCmd({ trigger: ["cases", "modlogs", "infractions"], diff --git a/backend/src/plugins/ModActions/commands/CasesUserCmd.ts b/backend/src/plugins/ModActions/commands/CasesUserCmd.ts index 08c6f2a6..1fd8973b 100644 --- a/backend/src/plugins/ModActions/commands/CasesUserCmd.ts +++ b/backend/src/plugins/ModActions/commands/CasesUserCmd.ts @@ -28,7 +28,7 @@ const opts = { unbans: ct.switchOption({ def: false, shortcut: "ub" }), }; -const casesPerPage = 10; +const casesPerPage = 5; export const CasesUserCmd = modActionsCmd({ trigger: ["cases", "modlogs"],