Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 954 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 954 Bytes

GiveawayBotButtons

wakatime

A Discord Giveaway Bot that uses Discord's component buttons to join the giveaway

This bot was originally built to make it easier for users that are new to discord to join giveaways. They don't need to know what "reacting" is, all they need to know is "push big blue button"

To run this bot:

Windows:
py -m pip install -r requirements.txt

Linux:
python3 -m pip install -r requirements.txt

Then copy the config file and name it config.json

Fill in the relevant information

Invite the bot, run main.py and you're good to go (Users must have permissions to ban users to create a giveaway, however this can be changed in Giveaways.py should you wish to do so.)

Thanks to cursorr/GiveawayBot for the base code