UNPKG

hennus-api

Version:

Esta es una libreria para el bot Hennus

22 lines (21 loc) 1.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BasedThreadChannel = exports.BasedForumChannel = exports.BasedCategoryChannel = exports.BasedVoiceChannel = exports.BasedTextChannel = exports.BasedDmChannel = void 0; const categoryChannel_1 = require("./categoryChannel"); Object.defineProperty(exports, "BasedCategoryChannel", { enumerable: true, get: function () { return categoryChannel_1.BasedCategoryChannel; } }); const dmChannel_1 = require("./dmChannel"); Object.defineProperty(exports, "BasedDmChannel", { enumerable: true, get: function () { return dmChannel_1.BasedDmChannel; } }); const forumChannel_1 = require("./forumChannel"); Object.defineProperty(exports, "BasedForumChannel", { enumerable: true, get: function () { return forumChannel_1.BasedForumChannel; } }); const textChannel_1 = require("./textChannel"); Object.defineProperty(exports, "BasedTextChannel", { enumerable: true, get: function () { return textChannel_1.BasedTextChannel; } }); const threadchannel_1 = require("./threadchannel"); Object.defineProperty(exports, "BasedThreadChannel", { enumerable: true, get: function () { return threadchannel_1.BasedThreadChannel; } }); const voiceChannel_1 = require("./voiceChannel"); Object.defineProperty(exports, "BasedVoiceChannel", { enumerable: true, get: function () { return voiceChannel_1.BasedVoiceChannel; } }); ; ; ; ; ; ;