This commit is contained in:
Erik 2024-03-26 17:31:33 +02:00
parent 72bccab282
commit e05fe60e5c

View File

@ -86,6 +86,7 @@ class Controller extends EventEmitter
// this.#shardingManager.on('message', this._handleMessage.bind(this));
process.on('SIGINT', this.shutdown.bind(this));
process.on('SIGTERM', this.shutdown.bind(this));
}
async build ()