UNPKG

internet-avatar.js

Version:

Library for connecting to Internet Avatar API.

10 lines (9 loc) 248 B
import { Collection } from "@discordjs/collection"; var Manager = /** @class */ (function () { function Manager(client) { this._client = client; this.cache = new Collection(); } return Manager; }()); export { Manager };