1.3.5
+ Fix Typescript + Add some websocket event + bla bla
This commit is contained in:
@@ -40,7 +40,7 @@ class Client extends BaseClient {
|
||||
/**
|
||||
* @param {ClientOptions} options Options for the client
|
||||
*/
|
||||
constructor(options) {
|
||||
constructor(options = {}) {
|
||||
super(options);
|
||||
|
||||
const data = require('node:worker_threads').workerData ?? process.env;
|
||||
|
||||
Reference in New Issue
Block a user