development #7

Merged
Navy.gif merged 4 commits from development into main 2024-03-26 16:42:28 +01:00
Showing only changes of commit e05fe60e5c - Show all commits

View File

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