@sapphire/framework
Version:
Discord bot framework built for advanced and amazing bots.
14 lines (11 loc) • 594 B
JavaScript
;
var Enums_cjs = require('../types/Enums.cjs');
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
function parseConstructorPreConditionsNsfw(nsfw, preconditionContainerArray) {
if (nsfw) preconditionContainerArray.append(Enums_cjs.CommandPreConditions.NotSafeForWork);
}
__name(parseConstructorPreConditionsNsfw, "parseConstructorPreConditionsNsfw");
exports.parseConstructorPreConditionsNsfw = parseConstructorPreConditionsNsfw;
//# sourceMappingURL=nsfw.cjs.map
//# sourceMappingURL=nsfw.cjs.map