diff options
| author | 8cy <[email protected]> | 2020-04-11 21:29:56 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-11 21:29:56 -0700 |
| commit | 7cb7f6be286fea56934979a4d548465c2945eb43 (patch) | |
| tree | 9a7a08feb6dd077a55287f95b14015a271d85ad6 /app.js | |
| parent | add sharding + help stuff, v3.0.0 (diff) | |
| download | s5nical-7cb7f6be286fea56934979a4d548465c2945eb43.tar.xz s5nical-7cb7f6be286fea56934979a4d548465c2945eb43.zip | |
oop, v3.0.1
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 |