https://github.com/anshul-004/dobbybot
Dobby is a Discord Bot, which can perform various tasks - replying to serveral chats, calulations etc
https://github.com/anshul-004/dobbybot
discord discordapi discordbot js
Last synced: about 2 months ago
JSON representation
Dobby is a Discord Bot, which can perform various tasks - replying to serveral chats, calulations etc
- Host: GitHub
- URL: https://github.com/anshul-004/dobbybot
- Owner: Anshul-004
- License: other
- Created: 2023-06-05T17:44:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T08:29:03.000Z (over 1 year ago)
- Last Synced: 2025-04-13T19:18:19.811Z (about 1 year ago)
- Topics: discord, discordapi, discordbot, js
- Language: JavaScript
- Homepage: https://discord.com/oauth2/authorize?client_id=1114246985508200468
- Size: 2.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# DobbyBot
## Getting Started
### Prerequisites
Make sure you have the following installed:
- [Node.js](https://nodejs.org/) (v14 or higher)
- [npm](https://www.npmjs.com/)
### Installation
1. Clone the repository:
```sh
git clone https://github.com/yourusername/DobbyBot.git
cd DobbyBot
```
2. Install the dependencies:
```sh
npm install
```
### Configuration
1. Create a `.env` file in the root directory of the project:
```sh
touch .env
```
2. Add your Discord bot token and client ID to the `.env` file:
```env
TOKEN=your-discord-bot-token
CLIENT_ID=your-discord-client-id
```
### Running the Bot
Start the bot using the following command:
```sh
node index.js
```
### Usage
Once the bot is running, you can invite it to your Discord server using the client ID and start interacting with it.
### Contributing
Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.
### Acknowledgments
- [Discord.js](https://discord.js.org/) - A powerful JavaScript library for interacting with the Discord API
- [dotenv](https://www.npmjs.com/package/dotenv) - A zero-dependency module that loads environment variables from a `.env` file