What's really in your Discord Data package? And how can this data be useful? Discord Data Package Explorer does the job for you!
- Ask for your data file in Discord (
Settings
>Privacy & Safety
) - Open https://ddpe.netlify.app
- and import your data file!
Discord Data Package Explorer is built with Svelte, and is quite easy to install.
- Clone the repository.
- Install the dependencies using
npm install
oryarn install
. - Start the app using
npm run dev
oryarn dev
!