mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 01:53:51 +02:00
More
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = class ShardInfoCommand extends Command {
|
||||
type: 'integer',
|
||||
validate: shard => {
|
||||
if (shard < this.client.options.shardCount && shard > -1) return true;
|
||||
return 'Invalid Shard ID';
|
||||
return 'Invalid Shard ID.';
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user