mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Tidy up shards a bit
This commit is contained in:
@@ -17,6 +17,8 @@ client.on('message', msg => {
|
||||
}
|
||||
});
|
||||
|
||||
process.send(123);
|
||||
|
||||
client.on('ready', () => {
|
||||
console.log('Ready');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user