This commit is contained in:
Dragon Fire
2020-05-23 13:45:19 -04:00
parent 93fcdfbea7
commit 9b7760880d
+2 -2
View File
@@ -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
}
]
});