makecord-create
v1.1.1
Published
Create basic Discord Bots with Makecord
Downloads
255
Maintainers
Readme
Makecord (beta)
Create basic Discord Bots with Makecord
Usage
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)
Features
- 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
After Installation
- Edit
config.js
and add your bot token - Install the necessary packages:
npm install
- Start the bot:
npm start
Project Structure
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
License
MIT
Author
Created with ❤️ by LuziXP