@johnbotapp/discord-html-transcripts
Version:
A nicely formatted html transcript generator for discord.js.
10 lines • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExportReturnType = void 0;
var ExportReturnType;
(function (ExportReturnType) {
ExportReturnType["Buffer"] = "buffer";
ExportReturnType["String"] = "string";
ExportReturnType["Attachment"] = "attachment";
})(ExportReturnType || (exports.ExportReturnType = ExportReturnType = {}));
//# sourceMappingURL=types.js.map