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"
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