🎁Giveways Bot using the discord-giveaways package!
start-giveaway
commandreroll-giveaway
commandend-giveaway
command
- 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