Skip to content

Releases: arpandevv/Discord.js-v14-Template

v1.0.0 — Initial Release 🚀

05 Mar 14:44

Choose a tag to compare

🚀 Discord.js v14 Bot Template — v1.0.0

A production-ready, modular Discord.js v14 bot template to kickstart your next project.

✨ Features

  • Slash Commands — Fully integrated with Discord's slash command system
  • Modular Handlers — Clean separation for commands, events, and components
  • Component Support — Buttons, Select Menus & Modals out of the box
  • Moderation Tools — Ban, Kick, Purge commands ready to go
  • Fun Commands — 8Ball, Jokes, and more
  • MongoDB Integration — Database handler with Mongoose
  • Winston Logger — Beautiful, color-coded console & file logging
  • Presence Rotation — Auto-rotating bot status/activity
  • i18n Support — Multi-language locale system
  • Utility Commands — Ping, User Info, Help, Search

📦 Tech Stack

  • Discord.js v14
  • Node.js v18+
  • MongoDB + Mongoose
  • Winston Logger
  • dotenv for environment config

🛠️ Quick Start

git clone https://github.com/arpandevv/Discord.js-v14-Template.git
cd Discord.js-v14-Template
npm install
cp .env.example .env   # Fill in your credentials
node .

📝 Notes
Make sure to fill in your .env with your Discord bot token, MongoDB URI, and other required values.

Star ⭐ the repo if you find it useful!

Made with ❤️ by @arpandevv

Just paste that in, set the tag to v1.0.0, and hit Publish release! 🎉