3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-07 19:17:19 +00:00

Case display changes

This commit is contained in:
iamshoXy 2024-04-19 19:24:14 +02:00
parent 450ce5e25e
commit ce4b65cd35
3 changed files with 8 additions and 5 deletions

View file

@ -21,7 +21,7 @@ const opts = {
unbans: ct.switchOption({ def: false, shortcut: "ub" }),
};
const casesPerPage = 5;
const casesPerPage = 6;
export const CasesUserCmd = modActionsCmd({
trigger: ["cases", "modlogs"],