mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
document sharding stuff
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
const childProcess = require('child_process');
|
||||
const path = require('path');
|
||||
|
||||
/**
|
||||
* Represents a Shard spawned by the ShardingManager.
|
||||
*/
|
||||
class Shard {
|
||||
constructor(manager, id) {
|
||||
this.manager = manager;
|
||||
|
||||
Reference in New Issue
Block a user