UNPKG

@ayanaware/bentocord

Version:

Bentocord is a Bento plugin designed to rapidly build fully functional Discord Bots.

22 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Suppressors = void 0; const BotOwnerSuppressor_1 = require("./BotOwnerSuppressor"); const ChannelSuppressor_1 = require("./ChannelSuppressor"); const DMSuppressor_1 = require("./DMSuppressor"); const GuildAdminSuppressor_1 = require("./GuildAdminSuppressor"); const GuildOwnerSuppressor_1 = require("./GuildOwnerSuppressor"); const GuildSuppressor_1 = require("./GuildSuppressor"); const RoleSuppressor_1 = require("./RoleSuppressor"); const UserSuppressor_1 = require("./UserSuppressor"); exports.Suppressors = [ new BotOwnerSuppressor_1.BotOwnerSuppressor(), new GuildOwnerSuppressor_1.GuildOwnerSuppressor(), new GuildAdminSuppressor_1.GuildAdminSuppressor(), new UserSuppressor_1.UserSuppressor(), new ChannelSuppressor_1.ChannelSuppressor(), new RoleSuppressor_1.RoleSuppressor(), new GuildSuppressor_1.GuildSuppressor(), new DMSuppressor_1.DMSuppressor(), ]; //# sourceMappingURL=index.js.map