UNPKG

internet-avatar.js

Version:

Library for connecting to Internet Avatar API.

13 lines (12 loc) 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Manager = void 0; var collection_1 = require("@discordjs/collection"); var Manager = /** @class */ (function () { function Manager(client) { this._client = client; this.cache = new collection_1.Collection(); } return Manager; }()); exports.Manager = Manager;