UNPKG

seyfert

Version:

The most advanced framework for discord bots

10 lines (9 loc) 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IgnoreCommand = void 0; const types_1 = require("../../types"); var IgnoreCommand; (function (IgnoreCommand) { IgnoreCommand[IgnoreCommand["Slash"] = 0] = "Slash"; IgnoreCommand[IgnoreCommand["Message"] = 1] = "Message"; })(IgnoreCommand || (exports.IgnoreCommand = IgnoreCommand = {}));