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