https://github.com/hoocs151/heecsbot-v14
Discord.js v14 Slash Command Handler
https://github.com/hoocs151/heecsbot-v14
discord-bot discord-js discord-js-v14 discordjs discordjs-v14 djs-v14 slash-commands slashcommands-handler v14-discord-bot-template v14-js
Last synced: 3 months ago
JSON representation
Discord.js v14 Slash Command Handler
- Host: GitHub
- URL: https://github.com/hoocs151/heecsbot-v14
- Owner: Hoocs151
- Created: 2024-07-02T16:38:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T07:01:44.000Z (7 months ago)
- Last Synced: 2025-02-02T04:51:13.251Z (4 months ago)
- Topics: discord-bot, discord-js, discord-js-v14, discordjs, discordjs-v14, djs-v14, slash-commands, slashcommands-handler, v14-discord-bot-template, v14-js
- Language: JavaScript
- Homepage:
- Size: 190 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heecsbot-v14 🚀


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](#features) ✨
- [Getting Started](#getting-started) 🚀
- [Prerequisites](#prerequisites) 📋
- [Installation](#installation) 🛠️
- [Usage](#usage) ⚙️
- [Contributing](#contributing) 🤝
- [License](#license) 📜
- [Contact](#contact) 📬
- [Acknowledgements](#acknowledgements) 🙏## 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 📋
- [Node.js](https://nodejs.org/) v16 or higher
- [Discord.js](https://discord.js.org/) v14
- A Discord bot token. You can get one by creating a bot on the [Discord Developer Portal](https://discord.com/developers/applications).
### Installation 🛠️1. **Clone the repository:**
```sh
git clone https://github.com/Hoocs151/heecsbot-v14.git
cd heecsbot-v14
```2. **Install dependencies:**
```sh
npm install
```3. **Create a `.env` file in the root directory and add your bot token:**
```plaintext
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:**
```sh
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](LICENSE) file for details.
## Contact 📬
For any questions or suggestions, feel free to open an issue or contact me via [GitHub](https://github.com/Hoocs151).
## Acknowledgements 🙏
This project is based on the [DiscordBotV14-template](https://github.com/Kkkermit/DiscordBotV14-template).


