aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/config.ts')
-rw-r--r--src/commands/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/config.ts b/src/commands/config.ts
index c9aa0e3..91b2578 100644
--- a/src/commands/config.ts
+++ b/src/commands/config.ts
@@ -63,7 +63,7 @@ export default class implements Command {
.setName('page-size')
.setDescription('page size of the /queue command')
.setMinValue(1)
- .setMaxValue(50)
+ .setMaxValue(30)
.setRequired(true)))
.addSubcommand(subcommand => subcommand
.setName('get')