diff --git a/backend/src/plugins/ModActions/commands/CasesUserCmd.ts b/backend/src/plugins/ModActions/commands/CasesUserCmd.ts index 9b75316d..42a67593 100644 --- a/backend/src/plugins/ModActions/commands/CasesUserCmd.ts +++ b/backend/src/plugins/ModActions/commands/CasesUserCmd.ts @@ -70,7 +70,7 @@ export const CasesUserCmd = modActionsCmd({ const lines = await asyncMap(casesToDisplay, c => casesPlugin.getCaseSummary(c, true, msg.author.id)); const prefix = getGuildPrefix(pluginData); - const linesPerChunk = 15; + const linesPerChunk = 10; const lineChunks = chunkArray(lines, linesPerChunk); const footerField = {