mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
update page-size option description to reflect maximum value of 30
This commit is contained in:
parent
8e7e12c8df
commit
a87078c2ad
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue