mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Remove a line
This commit is contained in:
parent
90f05a34cb
commit
4bf6ad30f3
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,6 @@ class Client extends EventEmitter {
|
|||
|
||||
if (process.send) {
|
||||
process.on('message', message => {
|
||||
if (typeof message !== 'string') return;
|
||||
if (message === '_guildCount') process.send(this.guilds.size);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue