makecord-create

3.0.0 • Public • Published
Makecord

Makecord v3.0.0

Create advanced Discord Bots with ease

Discord.js Version License

🚀 Quick Start

npx makecord-create

This command will launch an interactive CLI that guides you through creating your Discord bot project.

✨ Features

  • Modern Discord.js v14.19.3 support
  • Multiple language options:
    • JavaScript
    • TypeScript
  • Multiple database integrations:
    • MongoDB
    • SQLite
    • PostgreSQL
  • Advanced command handlers:
    • Classic
    • Advanced with categories
    • Minimal
  • Slash Commands support
  • REST API integration
  • Hot-reloading for development
  • Docker support
  • GitHub Actions workflows
  • Colorful terminal output
  • Type-safe configurations

🛠️ CLI Options

# Use with default options
npx makecord-create -y

# Create TypeScript project
npx makecord-create -t

# Skip dependency installation
npx makecord-create --no-install

# Show debug information
npx makecord-create --debug

📁 Project Structure

src/
├── commands/          # Regular message commands
├── slashCommands/     # Slash commands
├── events/            # Discord.js event handlers
├── handlers/          # Command and event loaders
├── utils/             # Utility functions
├── api/               # REST API (if enabled)
├── database/          # Database models (if enabled)
├── config.js          # Bot configuration
└── index.js           # Bot main file

🚀 After Installation

  1. Edit .env file and add your bot token
  2. Start the bot:
    • For development: npm run dev
    • For production: npm start
  3. For TypeScript projects, build with: npm run build

📄 License

MIT

👨‍💻 Author

Created with ❤️ by LuziXP

Package Sidebar

Install

npm i makecord-create

Weekly Downloads

14

Version

3.0.0

License

MIT

Unpacked Size

86.5 kB

Total Files

41

Last publish

Collaborators

  • luzixp