makecord-create

1.1.1 • Public • Published

Makecord (beta)

Create basic Discord Bots with Makecord

Usage

npx makecord-create

This command will launch an interactive CLI with the following options:

  1. Project name (or option to use existing folder)
  2. Database integration
  3. 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

  1. Edit config.js and add your bot token
  2. Install the necessary packages: npm install
  3. 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

Package Sidebar

Install

npm i makecord-create

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

19.6 kB

Total Files

18

Last publish

Collaborators

  • luzixp