diff options
| author | Harry Jenkins <[email protected]> | 2024-08-28 16:41:12 +1000 |
|---|---|---|
| committer | Harry Jenkins <[email protected]> | 2024-08-28 16:41:12 +1000 |
| commit | a87078c2ada84adabc8d9bb5b527feec6490e513 (patch) | |
| tree | ba7690171b949197233d4615af0c4915efbde74d /src | |
| parent | 8e7e12c8dfa39d4ce779b8fdcbdfd0cfe7425269 (diff) | |
| download | muse-a87078c2ada84adabc8d9bb5b527feec6490e513.tar.xz muse-a87078c2ada84adabc8d9bb5b527feec6490e513.zip | |
update page-size option description to reflect maximum value of 30
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands/queue.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/queue.ts b/src/commands/queue.ts index fd3674a..fd36e43 100644 --- a/src/commands/queue.ts +++ b/src/commands/queue.ts @@ -18,7 +18,7 @@ export default class implements Command { .setRequired(false)) .addIntegerOption(option => option .setName('page-size') - .setDescription('how many items to display per page [default: 10, max: 50]') + .setDescription('how many items to display per page [default: 10, max: 30]') .setMinValue(1) .setMaxValue(30) .setRequired(false)); |
