matthewcodes1 / giveaways-bot

🎁Giveways Bot using the discord-giveaways package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🎁Giveways Bot using the discord-giveaways package

License:ISC License


Languages

Language:JavaScript 100.0%