No description
Find a file
2023-11-26 22:41:03 +13:00
commands Updated a lot of things 2023-11-26 22:26:08 +13:00
events Updated a lot of things 2023-11-26 22:26:08 +13:00
examples Updated a lot of things 2023-11-26 22:26:08 +13:00
utils Updated a lot of things 2023-11-26 22:26:08 +13:00
.gitignore Updated a lot of things 2023-11-26 22:26:08 +13:00
AVAILABLE_COMMANDS.md Yes 2021-10-09 12:58:57 +13:00
example.config.json Updated a lot of things 2023-11-26 22:26:08 +13:00
giveaways.json Updated a lot of things 2023-11-26 22:26:08 +13:00
index.js Updated a lot of things 2023-11-26 22:26:08 +13:00
LICENSE Updated a lot of things 2023-11-26 22:26:08 +13:00
package.json Updated a lot of things 2023-11-26 22:26:08 +13:00
pnpm-lock.yaml Updated a lot of things 2023-11-26 22:26:08 +13:00
README.md Updated README.md 2023-11-26 22:41:03 +13:00

Holana

Updates

  • Update discord.js version to v13.
  • Format the code looks more cleaner.
  • Minor bot fixes and improvements.

Requirements

  • 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

  • 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.

Setup

Custom/External Database setup

  • Check the example folder to get the custom database examples

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

Thanks to Androz for his package which make this bot possible discord-giveaways give him a star for his work.