seyfert
Version:
The most advanced framework for discord bots
9 lines (8 loc) • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IgnoreCommand = void 0;
var IgnoreCommand;
(function (IgnoreCommand) {
IgnoreCommand[IgnoreCommand["Slash"] = 0] = "Slash";
IgnoreCommand[IgnoreCommand["Message"] = 1] = "Message";
})(IgnoreCommand || (exports.IgnoreCommand = IgnoreCommand = {}));