Holana/README.md
2023-04-29 21:59:08 +12:00

38 lines
No EOL
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Giveaway-Child
## Requirements
- Nodejs v16
- Invite your bot with bot and applications scope
## Features
- Fast giveaways created using the best databases, like: mongodb, quick.db, .etc
- LAST CHANCE TO ENTER warning when a giveaway is about to end.
- Slash commands for faster giveaway creating.
Drop giveaway ability, drop giveaways anytime in your server with the drop command.
- Pause and un-pause giveaway feature.
## Links
- 🔗 [Invite Link](https://discord.com/api/oauth2/authorize?client_id=726333575091454002&permissions=8&scope=bot)
- [Support Server Link](https://discord.gg/SVQVzJq)
- 📑 [Commands](https://docs.elliebot.net/Giveaway-Child/Commands/)
- 🌐 [Website](https://docs.elliebot.net/coming_soon)
## Custom/External Database setup
- Read the [README](Database%20Examples/README.md) file and you are good to go to use custom db's.
## Setup
- `npm i`
- Pick a database from the Database Examples folder.
- Just copy and paste it into the [index file](index.js)
- Fill out the [config file](config.example.json) and save it as config.js.
- Then run the bot with `npm run start`
## Credits
**Thanks to [Androz](https://github.com/Androz2091) for his package which make this bot possible [discord-giveaways](https://www.npmjs.com/package/discord-giveaways) give him a star for his work.**