Skip to content

Androz2091/discord-giveaways-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giveaway Bot

🎁 Giveway Bot with slash commands made using the discord-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/Androz2091/giveaways-bot
  • Fill the configuration file (config.json):
{
    "token": "Your Discord bot token",
    "everyoneMention": false,
    "hostedBy": true,
    "guildId": "Your server id"
}
  • Install required dependencies (Execute below command in bot's root directory):
npm install
  • Run the bot:
node index.js