node-groupme
Version:
The only GroupMe API library that isn't a million years old.
11 lines • 339 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const __1 = require("..");
class MessageManager extends __1.BaseManager {
constructor(client, channel, holds) {
super(client, holds);
this.channel = channel;
}
}
exports.default = MessageManager;
//# sourceMappingURL=MessageManager.js.map