forked from Galactic/galactic-bot
debugging
This commit is contained in:
parent
1106d892e3
commit
821722603c
@ -52,6 +52,7 @@ class BaseClient extends EventEmitter {
|
|||||||
this.logger.info(`API ready. Took ${now - start} ms`);
|
this.logger.info(`API ready. Took ${now - start} ms`);
|
||||||
start = now;
|
start = now;
|
||||||
}
|
}
|
||||||
|
process.exit();
|
||||||
|
|
||||||
this.logger.status(`Starting bot shards`);
|
this.logger.status(`Starting bot shards`);
|
||||||
await this.shardingManager.spawn().catch((error) => {
|
await this.shardingManager.spawn().catch((error) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user