Hoocs151 / heecsbot-v14

Discord.js v14 Slash Command Handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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