This is a powerful and modular Discord bot built using discord.js v14. It includes:
- 🛠️ Moderation commands (ban, kick, etc.)
- 🎉 Fun commands (jokes, memes, etc.)
- 📂 Organized folder structure
- ✅ Optimized error handling
- Node.js (v16 or newer required)
- Discord Developer Portal bot token
# Clone the repository
git clone https://github.com/YOUR_GITHUB_USERNAME/YOUR_REPO_NAME.git
cd YOUR_REPO_NAME
# Install dependencies
npm installEdit the config.json file:
{
"token": "YOUR_BOT_TOKEN",
"prefix": "!"
}npm start/my-bot
├── commands/
│ ├── moderation/
│ ├── fun/
├── events/
│ ├── messageCreate/
│ ├── ready/
├── config.json
├── index.js
├── package.json
- ✅ Easy-to-use command handler
- 🔥 Automatic event loading
- 🏆 Multiple command categories
- ⚡ Optimized performance & error handling
This project is open-source and available under the MIT License.