🧩Shard Client

Prototype to ShardClientUtil

Getting the Shard ID

// discord.js
<Client>.shard.ids[0];

// djs-protofy
<Client>.shard.id; // number

Last updated