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