Skip to content

Evanroby/js-bot-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot

📌 About

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

🚀 Setup & Installation

1️⃣ Requirements

2️⃣ Installation Steps

# Clone the repository
git clone https://github.com/YOUR_GITHUB_USERNAME/YOUR_REPO_NAME.git
cd YOUR_REPO_NAME

# Install dependencies
npm install

3️⃣ Configuration

Edit the config.json file:

{
  "token": "YOUR_BOT_TOKEN",
  "prefix": "!"
}

4️⃣ Start the Bot

npm start

📂 Project Structure

/my-bot
  ├── commands/          
  │   ├── moderation/    
  │   ├── fun/          
  ├── events/
  │   ├── messageCreate/
  │   ├── ready/              
  ├── config.json       
  ├── index.js          
  ├── package.json      

🔧 Features

  • Easy-to-use command handler
  • 🔥 Automatic event loading
  • 🏆 Multiple command categories
  • Optimized performance & error handling

📜 License

This project is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published