PFP Yoinker
A simple discord bot that downloads all the profile pictures for people in a server
Install
-
Make sure you have Python installed
-
Create a virutal environment
python3 -m venv env- Activate the virtual environment
Linux
source env/bin/activate
Windows
env/Scripts/activate
- Install the requirements
python3 -m pip install -r requirements.txt
-
Create a bot and paste the token into the .env file Also make sure to enable all the intents in the dev portal
-
Startup the bot and have it join your server. All the profile pictures should now be saved to the directory of the bot