🎁 Giveway Bot with slash commands made using the discord-giveaways package!
/start-giveaway
command/end-giveaway
command/reroll-giveaway
command/pause-giveaway
command/unpause-giveaway
command/drop-giveaway
command
- 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