UNPKG

@ayanaware/bentocord

Version:

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

39 lines 1.46 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BentocordVariable = void 0; var BentocordVariable; (function (BentocordVariable) { /** * The Discord token. */ BentocordVariable["BENTOCORD_TOKEN"] = "BENTOCORD_TOKEN"; /** * Custom client options to pass to Eris. */ BentocordVariable["BENTOCORD_CLIENT_OPTIONS"] = "BENTOCORD_CLIENT_OPTIONS"; /** * A list of user id's that are considered to be administrators. */ BentocordVariable["BENTOCORD_BOT_OWNERS"] = "BENTOCORD_BOT_OWNERS"; /** * Disable much of the bot's functionality, except for those in the BENTOCORD_BOT_OWNERS list. */ BentocordVariable["BENTOCORD_IGNORE_MODE"] = "BENTOCORD_IGNORE_MODE"; /** * Default prefix for the bot. */ BentocordVariable["BENTOCORD_COMMAND_PREFIX"] = "BENTOCORD_COMMAND_PREFIX"; /** * The default activity type for the bot */ BentocordVariable["BENTOCORD_ACTIVITY_TYPE"] = "BENTOCORD_ACTIVITY_TYPE"; /** * The default activity name for the bot. */ BentocordVariable["BENTOCORD_ACTIVITY_NAME"] = "BENTOCORD_ACTIVITY_NAME"; /** * Should the optional built-in commands be registered? */ BentocordVariable["BENTOCORD_BUILTIN_COMMANDS"] = "BENTOCORD_BUILTIN_COMMANDS"; })(BentocordVariable = exports.BentocordVariable || (exports.BentocordVariable = {})); //# sourceMappingURL=BentocordVariable.js.map