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.