diff options
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ const config = require('./config.json'); const manager = new ShardingManager('./bot.js', { token: config['secret'] });
manager.spawn();
-manager.on('shardCreate', shard => console.log(`Launched shard ${shard.id}`));
\ No newline at end of file +manager.on('shardCreate', shard => console.log(`Launched shard: ${shard.id}`));
\ No newline at end of file |