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