mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Remove a line
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user