Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itzrandom23/giveawaybot

A clone of the original GiveawayBot#2381 bot written in discord.js and mongoose.
https://github.com/itzrandom23/giveawaybot

discord-js giveawaybot open-source

Last synced: 15 days ago
JSON representation

A clone of the original GiveawayBot#2381 bot written in discord.js and mongoose.

Awesome Lists containing this project

README

        

## Installation

To install and run the bot locally, follow these steps:

1. **Clone the repository:**
```bash
git clone https://github.com/ItzRandom23/GiveawayBot.git
```

2. **Navigate to the repository directory:**
```bash
cd GiveawayBot
```

3. **Install the dependencies:**
```bash
npm install
```
4. **Fill in the details in `Settings.js`:**
- Open the `Settings.js` file.
- Add your bot token and MongoDB connection string:
```javascript
TOKEN: "your-bot-token-here",
MongoDB: "your-mongodb-connection-string-here",
5. **Start the bot:**
```bash
npm start
```

## Support

For support and to join our community, visit our [Discord server](https://discord.gg/ZmyjpJ5RFq).

## Contributing

If you'd like to contribute to the project, please fork the repository and submit a pull request with your changes. We welcome all contributions!

## Note

The code uses the latest version of modules and dependencies to ensure compatibility and the latest features.