Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
/ vante-giveaways Public archive

🎉 Complete framework to facilitate the creation of giveaways using discord.js

License

Notifications You must be signed in to change notification settings

vante-dev/vante-giveaways

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giveaway Bot

🎁 Giveway Bot with slash commands made using the vante-giveaways package!

Features

  • /start-giveaway command
  • /end-giveaway command
  • /reroll-giveaway command
  • /pause-giveaway command
  • /unpause-giveaway command
  • /drop-giveaway command

Installation tutorial

  • Clone the repository (Or download it manually):
git clone https://github.com/vante-dev/vante-giveaways-bot
  • Fill the configuration file (./config.json):
module.exports = {
  prefix: "", // bot prefix
  owner: "", // bot owner id
  token: "", // client token (bot token)
}
  • Install required dependencies (Execute below command in bot's root directory):
npm install
  • Run the bot:
node index.js