Updated README.md
This commit is contained in:
parent
45fe6df464
commit
14f7ba48e8
1 changed files with 30 additions and 22 deletions
50
README.md
50
README.md
|
@ -1,37 +1,45 @@
|
||||||
# Giveaway-Child
|
# Holana
|
||||||
|
|
||||||
|
## Updates
|
||||||
|
|
||||||
|
- Update discord.js version to v13.
|
||||||
|
- Format the code looks more cleaner.
|
||||||
|
- Minor bot fixes and improvements.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Nodejs v16
|
- Bot needs v16 of nodejs to work
|
||||||
- Invite your bot with bot and applications scope
|
- Invite your bot with `bot` and `applications.commands` scope
|
||||||
|
- Bot only uses slash commands, message content no longer exists.
|
||||||
|
- Bot currently supports v14 of discord.js.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Fast giveaways created using the best databases, like: mongodb, quick.db, .etc
|
- Lightning fast giveaways created using best databases, like: mongodb, quick.db, etc.
|
||||||
- LAST CHANCE TO ENTER warning when a giveaway is about to end.
|
- LAST CHANCE TO ENTER warning when giveaway is about to end.
|
||||||
- Slash commands for faster giveaway creating.
|
- Slash commands for faster and simpler giveaway creating.
|
||||||
Drop giveaway ability, drop giveaways anytime in your server with the drop command.
|
- Drop giveaway ability, drop giveaway anytime in your server with drop command.
|
||||||
- Pause and un-pause giveaway feature.
|
- Pause and un-pause giveaways.
|
||||||
|
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
- 🔗 [Invite Link](https://discord.com/api/oauth2/authorize?client_id=726333575091454002&permissions=8&scope=bot)
|
- 🔗 [Invite Link](https://discord.com/api/oauth2/authorize?client_id=726333575091454002&permissions=8&scope=bot)
|
||||||
- ℹ [Support Server Link](https://discord.gg/SVQVzJq)
|
- ℹ [Support Server Link](https://discord.gg/etQdZxSyEH)
|
||||||
- 📑 [Commands](https://docs.elliebot.net/Giveaway-Child/Commands/)
|
- 📑 [Commands](https://docs.elliebot.net/Giveaway-child/Commands)
|
||||||
- 🌐 [Website](https://docs.elliebot.net/coming_soon)
|
- 🌐 [Website](https://docs.elliebot.net/category/holana)
|
||||||
|
|
||||||
## Custom/External Database setup
|
|
||||||
|
|
||||||
- Read the [README](Database%20Examples/README.md) file and you are good to go to use custom db's.
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
- `npm i`
|
## Custom/External Database setup
|
||||||
- Pick a database from the Database Examples folder.
|
|
||||||
- Just copy and paste it into the [index file](index.js)
|
- Check the example folder to get the custom database examples
|
||||||
- Fill out the [config file](config.example.json) and save it as config.js.
|
|
||||||
- Then run the bot with `npm run start`
|
## Manual setup on local machine
|
||||||
|
|
||||||
|
- Run command `npm i`
|
||||||
|
- Pick a database from `Database Examples` folder and copy it to `index.js` file.
|
||||||
|
- Fill the configurations.
|
||||||
|
- Run command `npm run start`
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue