Holana/README.md

47 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2023-11-26 01:41:03 -08:00
# Holana
## Updates
- Update discord.js version to v13.
- Format the code looks more cleaner.
- Minor bot fixes and improvements.
## Requirements
2022-03-23 02:41:56 -07:00
2023-11-26 01:41:03 -08:00
- Bot needs v16 of nodejs to work
- 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
2022-03-23 02:41:56 -07:00
2023-11-26 01:41:03 -08:00
- Lightning fast giveaways created using best databases, like: mongodb, quick.db, etc.
- LAST CHANCE TO ENTER warning when giveaway is about to end.
- Slash commands for faster and simpler giveaway creating.
- Drop giveaway ability, drop giveaway anytime in your server with drop command.
- Pause and un-pause giveaways.
## Links
2022-03-23 02:41:56 -07:00
- 🔗 [Invite Link](https://discord.com/api/oauth2/authorize?client_id=726333575091454002&permissions=8&scope=bot)
2023-11-26 01:41:03 -08:00
- [Support Server Link](https://discord.gg/etQdZxSyEH)
- 📑 [Commands](https://docs.elliebot.net/Giveaway-child/Commands)
- 🌐 [Website](https://docs.elliebot.net/category/holana)
## Setup
2022-03-23 02:41:56 -07:00
## Custom/External Database setup
2023-11-26 01:41:03 -08:00
- Check the example folder to get the custom database examples
2022-03-23 02:41:56 -07:00
2023-11-26 01:41:03 -08:00
## Manual setup on local machine
2022-03-23 02:41:56 -07:00
2023-11-26 01:41:03 -08:00
- 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
2022-03-23 02:41:56 -07:00
2023-11-26 01:41:03 -08:00
**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.**