@zerospacegg/vynthra
Version:
Discord bot for ZeroSpace.gg data
26 lines • 1.55 kB
JavaScript
// Vynthra Discord Bot - Main entry point
const ___client_js = require("./client.cjs");
Object.assign(exports, ___client_js);
const ___deploy_js = require("./deploy.cjs");
Object.assign(exports, ___deploy_js);
const ___types_js = require("./types.cjs");
Object.assign(exports, ___types_js);
const ___utils_js = require("./utils.cjs");
Object.assign(exports, ___utils_js);
// Export built-in subcommands
const ___subcommands_stats_js = require("./subcommands/stats.cjs");
exports.statsSubcommand = ___subcommands_stats_js.statsSubcommand;
const ___subcommands_tech_tree_display_test_js = require("./subcommands/tech-tree-display-test.cjs");
exports.techTreeDisplayTestSubcommand = ___subcommands_tech_tree_display_test_js.techTreeDisplayTestSubcommand;
const ___subcommands_tech_tree_js = require("./subcommands/tech-tree.cjs");
exports.techTreeSubcommand = ___subcommands_tech_tree_js.techTreeSubcommand;
exports.generateTechTree = ___subcommands_tech_tree_js.generateTechTree;
const ___subcommands_randomizer_js = require("./subcommands/randomizer.cjs");
exports.randomizerSoloSubcommand = ___subcommands_randomizer_js.randomizerSoloSubcommand;
exports.randomizer1v1Subcommand = ___subcommands_randomizer_js.randomizer1v1Subcommand;
exports.randomizer2v2Subcommand = ___subcommands_randomizer_js.randomizer2v2Subcommand;
exports.randomizerFfaSubcommand = ___subcommands_randomizer_js.randomizerFfaSubcommand;
// Default export
const ___client_js_1 = require("./client.cjs");
exports.createBot = ___client_js_1.createBot;
//# sourceMappingURL=index.js.map