Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/androz2091/discord-giveaways-bot

🎁Giveways Bot using the discord-giveaways package
https://github.com/androz2091/discord-giveaways-bot

bot commands discord-giveaways end example giveaways handler reroll start

Last synced: 17 days ago
JSON representation

🎁Giveways Bot using the discord-giveaways package

Awesome Lists containing this project

README

        

# Giveaway Bot

🎁 Giveway Bot with slash commands made using the [discord-giveaways](https://npmjs.com/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):
```sh
git clone https://github.com/Androz2091/giveaways-bot
```

* Fill the configuration file (config.json):
```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):
```sh
npm install
```

* Run the bot:
```sh
node index.js
```