mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
style: remove extra line
This commit is contained in:
@@ -8,7 +8,6 @@ const path = require('path');
|
|||||||
const Shard = require('./Shard');
|
const Shard = require('./Shard');
|
||||||
const Util = require('../util/Util');
|
const Util = require('../util/Util');
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is a utility class that makes multi-process sharding of a bot an easy and painless experience.
|
* This is a utility class that makes multi-process sharding of a bot an easy and painless experience.
|
||||||
* It works by spawning a self-contained {@link ChildProcess} or {@link Worker} for each individual shard, each
|
* It works by spawning a self-contained {@link ChildProcess} or {@link Worker} for each individual shard, each
|
||||||
|
|||||||
Reference in New Issue
Block a user