docs: Add missing @extends

#9028 djs
This commit is contained in:
March 7th
2023-01-08 14:39:47 +07:00
parent eaf8167ce4
commit 85d2bdbdc4
10 changed files with 12 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ let Worker = null;
* A self-contained shard created by the {@link ShardingManager}. Each one has a {@link ChildProcess} that contains
* an instance of the bot and its {@link Client}. When its child process/worker exits for any reason, the shard will
* spawn a new one to replace it as necessary.
* @extends EventEmitter
* @extends {EventEmitter}
*/
class Shard extends EventEmitter {
constructor(manager, id) {