Androz2091 / discord-giveaways-bot

🎁Giveways Bot using the discord-giveaways package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🎁Giveways Bot using the discord-giveaways package

License:ISC License


Languages

Language:JavaScript 100.0%