diff --git a/src/index.ts b/src/index.ts index b0a4047..0bd4e50 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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); }