https://github.com/devkanix/discord-bot
Explore a feature-rich Discord bot built with Node.js and discord.js. Enjoy slash command support, customizable prefix, modular command structure, and more for seamless server management
https://github.com/devkanix/discord-bot
discord discord-bot node-js
Last synced: 28 days ago
JSON representation
Explore a feature-rich Discord bot built with Node.js and discord.js. Enjoy slash command support, customizable prefix, modular command structure, and more for seamless server management
- Host: GitHub
- URL: https://github.com/devkanix/discord-bot
- Owner: devKanix
- Created: 2024-09-09T09:29:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T09:29:23.000Z (over 1 year ago)
- Last Synced: 2025-01-18T22:58:51.106Z (over 1 year ago)
- Topics: discord, discord-bot, node-js
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Discord Bot
## Description
This is a Discord bot built using Node.js and the discord.js library. It provides various features and commands to enhance your Discord server.
## Features
- Slash commands support
- Customizable prefix
- Modular command system
- Command logging
- etc.
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/Kanishk-Chaudhary/Discord-Bot.git
```
2. **Install dependencies:**
```bash
npm install
```
3. **Create a `.env` file in the root directory and add your bot token:**
```
TOKEN=your_bot_token_here
```
## Usage
- **Run the bot:**
```bash
npm start
```
- **Invite the bot to your server using the following link:**
```
https://discord.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&permissions=YOUR_PERMISSIONS&scope=bot
```
## Configuration
You can configure the bot using the following environment variables:
- `TOKEN`: Your bot's token
- `PREFIX`: Command prefix (default is `!`)
- etc.
## Commands
- `!choochoo`: Display the Hello User!.
## Contributing
Contributions are welcome! If you have suggestions, bug reports, or feature requests, feel free to open an issue or create a pull request.
## License
This project is licensed under the [MIT License](LICENSE).