Build Fixes
This commit is contained in:
parent
9cf3172170
commit
4e7a3eec91
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default class TNC extends EventEmitter {
|
|||
if (options.customURL) this.URL = options.customURL;
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue