Simple application to dump all Foxy Pics channel in Discord to an images folder then you can do whatever you want with it! (:
git clone https://github.com/FoxyB-Website/dump-all-foxy-pics.git
cd dump-all-foxy-pics
# If you're using Yarn
yarn
# If you're using NPM
npm install
Set BOT_TOKEN
environment variable with your Bot's token.
# If you're using Yarn
yarn build
yarn start
# If you're using NPM
npm run build
npm run start