Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 669 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 669 Bytes

Giveaways Bot

🎁Giveways Bot using the discord-giveaways package!

Features

  • start-giveaway command
  • reroll-giveaway command
  • end-giveaway command

Install

  • Clone repository:
git clone https://github.com/Androz2091/giveaways-bot
  • Fill configuration (config.json):
{
    "token": "Your discord bot token",
    "prefix": "g!",
    "everyoneMention": true,
    "hostedBy": true
}
  • Install dependencies:
npm install
  • Start:
node index.js