mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -15,8 +15,8 @@ module.exports = class CommandLeaderboardCommand extends Command {
|
||||
key: 'page',
|
||||
prompt: 'What page do you want to view?',
|
||||
type: 'integer',
|
||||
min: 1,
|
||||
max: Math.ceil(this.client.registry.commands.size / 10)
|
||||
default: 1,
|
||||
min: 1
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user