Tidy up shards a bit

This commit is contained in:
Amish Shah
2016-08-30 19:07:05 +01:00
parent c70dfa83fb
commit cde3bcb3bd
4 changed files with 17 additions and 11 deletions

View File

@@ -17,6 +17,8 @@ client.on('message', msg => {
}
});
process.send(123);
client.on('ready', () => {
console.log('Ready');
});