An open API service indexing awesome lists of open source software.

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

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).