mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +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?',
|
prompt: 'What page do you want to view?',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 1,
|
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