UNPKG

seyfert

Version:

The most advanced framework for discord bots

9 lines (8 loc) 341 B
"use strict"; 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 = {}));