Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/itzrandom23/giveawaybot
- Owner: ItzRandom23
- Created: 2024-11-24T10:26:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T08:28:01.000Z (19 days ago)
- Last Synced: 2025-01-19T09:27:37.877Z (19 days ago)
- Topics: discord-js, giveawaybot, open-source
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.