Skip to content

Hoocs151/heecsbot-v14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heecsbot-v14 🚀

heecsbot-v14 Node.js License

heecsbot-v14 is a Discord bot built using Discord.js v14, designed to handle slash commands efficiently. This bot provides a robust template for creating and managing various Discord slash commands, making it easier to build and customize your own Discord bot.

Table of Contents 📑

Features ✨

  • Slash Command Handling: Easily manage and execute slash commands.
  • Modular Structure: Organized codebase for better scalability and maintenance.
  • Environment Configuration: Use .env file for sensitive configurations.
  • Event Handling: Built-in support for handling different Discord events.
  • COMING SOON: .......

Getting Started 🚀

Prerequisites 📋

Installation 🛠️

  1. Clone the repository:

    git clone https://github.com/Hoocs151/heecsbot-v14.git
    cd heecsbot-v14
  2. Install dependencies:

    npm install
  3. Create a .env file in the root directory and add your bot token:

    DISCORD_TOKEN=your-bot-token
    CLIENT_ID=your-client-id
    GUILD_ID=your-guild-id
    DEV_ID=your-dev-id
    MONGODB=your-mongodb-uri
    
  4. Start the bot:

    npm start

Usage ⚙️

  • Add your commands in the src/commands directory.
  • Add your event handlers in the src/events directory.

Contributing 🤝

Contributions are welcome! Please open an issue or submit a pull request with your changes.

License 📜

This project is licensed under the MIT License. See the LICENSE file for details.

Contact 📬

For any questions or suggestions, feel free to open an issue or contact me via GitHub.

Acknowledgements 🙏

This project is based on the DiscordBotV14-template.

GitHub stars GitHub forks GitHub issues