discord.js-casanova
Version:
discord.js-casanova is a discord.js framework that sets up your bot as quickly as possible! all you have to do is write the commands and events! *There is a way to disable the command handler and event handler.*
14 lines (13 loc) • 428 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Events = void 0;
exports.Events = {
commandHandler: {
COOLDOWN: "cooldown",
COMMAND_USED: "commandUsed",
MISSING_PERMISSIONS: "missingPermissions",
COMMAND_BLOCKED: "commandBlocked",
COMMAND_ERROR: "commandError",
EVENT_ERROR: "eventError", // (message, event, error)
},
};
;