Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/androz2091/discord-giveaways-bot
- Owner: Androz2091
- License: isc
- Created: 2020-01-12T09:54:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T10:46:51.000Z (5 months ago)
- Last Synced: 2024-10-13T02:47:35.700Z (about 1 month ago)
- Topics: bot, commands, discord-giveaways, end, example, giveaways, handler, reroll, start
- Language: JavaScript
- Size: 222 KB
- Stars: 202
- Watchers: 7
- Forks: 167
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```