Create basic Discord Bots with Makecord
npx makecord-create
This command will launch an interactive CLI with the following options:
- Project name (or option to use existing folder)
- Database integration
- Database type selection (MongoDB or CroxyDB)
- Modern Discord.js v14 support
- Optional database integration (MongoDB/CroxyDB)
- Ready-to-use project structure
- Basic command examples
- Hot-reloading support
- Colorful terminal output
- Type-safe configurations
- Edit
config.js
and add your bot token - Install the necessary packages:
npm install
- Start the bot:
npm start
src/
├── commands/ # Regular message commands
├── slashCommands/ # Slash commands
├── events/ # Discord.js event handlers
├── handlers/ # Command and event loaders
├── utils/ # Utility functions
├── config.js # Bot configuration
└── index.js # Bot main file
MIT
Created with ❤️ by LuziXP