mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
cleanup(ShardClientUtil): rename id to ids
This commit is contained in:
@@ -46,11 +46,11 @@ class ShardClientUtil {
|
||||
}
|
||||
|
||||
/**
|
||||
* Shard ID or array of shard IDs of this client
|
||||
* @type {number|number[]}
|
||||
* Array of shard IDs of this client
|
||||
* @type {number[]}
|
||||
* @readonly
|
||||
*/
|
||||
get id() {
|
||||
get ids() {
|
||||
return this.client.options.shards;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user