Build Fixes

This commit is contained in:
KillerBossOriginal 2024-07-04 18:26:27 +02:00
parent 9cf3172170
commit 4e7a3eec91

View file

@ -23,7 +23,7 @@ export default class TNC extends EventEmitter {
if (options.customURL) this.URL = options.customURL; if (options.customURL) this.URL = options.customURL;
if (options.token) this.token = options.token; if (options.token) this.token = options.token;
} }
// this.credits = new CreditsManager(this.URL, this.token); this.credits = new CreditsManager(this.URL, this.token);
this.IA = new IAManager(this.URL, this.token); this.IA = new IAManager(this.URL, this.token);
} }