simplify-cord
Version:
SimplifyCord is an unofficial extension of the 'discord.js' library. Our extension aims to simplify the development of Discord bots, promoting cleaner code and easier maintenance.
14 lines (13 loc) • 325 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
//import { bootstrapApp } from "../class";
//import "dotenv/config";
//
//new bootstrapApp({
// autoImport: ["src/test/commands"],
// token: "",
// loadLogs: true,
// commands: {
// guilds: ["1253532718755745855"]
// }
//});
;