✨Ever wondered what Data Discord collects? Or did you ever want to view what's inside of a Discord package? Discord Package is a customisable tool that allows you to view your data in a fancy way. You could also use our exporting feature to share your selected data with your friends :)
This Repo is directly hosted via Netlify to discordpackage.com
- View user information
- View settings like device appearance, servers and emojis
- View your connections
- View how much you spent on Discord, and the nitro you got gifted
- View the amount of channels and users you DMed, your top DMs & channels, How much time you spent on Discord, your character count, your favorite words, links, oldest messages, Discord invite links, and curse words in each top dm and top channel.
- View user information
- View settings like device appearance, your favorite emojis
- View your connections
- View how much you spent on Discord, and the nitro you got gifted
- View the amount of channels and users you DMed, your top DMs & channels, How much time you spent on Discord, your character count, your favorite words, links, oldest messages, Discord invite links, and curse words in each top dm and top channel.
- The amount of guilds you are in
- Your Discord bots
- Your favorite words, links, Discord invite links, and curse words
- Accepted Instant Invites
- Updated Activities
- Added Channel Recipients
- Reactions Added
- Crashed Apps
- Closed Applications
- Created Applications
- Deleted Applications
- Opened Apps
- Abused Bots
- Compromised Bot Tokens
- Reported Calls
- Served Captchas
- Solved Captchas
- Closed Change Logs
- Opened Change Logs
- Deleted Channels
- Opened Channels
- Updated Channel Permissions Overwrites
- Updated Channels
- Closed Tutorials
- Copied Instant Invites
- Created Channels
- Created Emojis
- Created Guilds
- Opened Create Guild Modal
- Created Instant Invites
- Updated Custom Statuses
- Completed Data Package Requests
- Deleted Emojis
- Deleted Guilds
- Viewed Discord's Dev Portal
- Viewed Direct Messages
- Emails Opened
- Sent Emails
- Received External Dynamic Links
- Viewed Friend Requests
- Failed Friend Requests
- Viewed Friends List
- Copied Gift Codes
- Created Gift Codes
- Revoked Gift Codes
- Sent Gift Codes
- Added Bots
- Viewed Guild Discovery
- Clicked Guild Insights Settings CTA
- Joined Guilds
- Updated Guild Members
- Updated Guild Roles
- Viewed Guild Settings Discovery
- Updated Guild Settings
- Viewed Guilds
- Clicked Inbox Channels
- Opened Invite Apps
- Opened Invites
- Sent Invites
- Viewed Invites
- Joined Calls
- Viewed Join Guild Modal
- Joined Voice Channels
- Toggled Keyboard Mode
- Used Keyboard Shortcuts
- Left Guilds
- Left Voice Channels
- Attempted Logins
- Successful Logins
- Viewed Member List
- Updated Message Attachments
- Edited Messages
- Edited Messages using Up Arrow
- Dismissed Modals
- Detected new Login Locations
- Clicked Notifications
- Updated Notification Settings
- Accepted OAuth2 Authorizations
- Viewed OAuth2 Authorizations
- Opened Modals
- Opened Popouts
- Requested Permissions
- Messages Pinned
- Viewed Promotions
- Removed Reactions
- Started Replies
- Calls Rang
- Failed Screensharing
- Closed Searches
- Opened Searches
- Expanded Search Results
- Changed Search Results Sort
- Viewed Search Results
- Started Searches
- Sent Messages
- Used Slash Commands
- Started Calls
- Canceled Subscriptions
- Completed Transactions
- Notes Updated
- Updated User Settings
- Updated User Accounts
- Updated your Avatar
- Updated User Phone Numbers
- Ended Streams
- Started Streams
- Selected View As Roles
- Disconnected From Voice
- Created Webhooks
- Deleted Webhooks
Countless Statistics
This project does not store any information, and does not have any third party services other than Google Analytics. If you would like to self host it yourself, you could follow the following instructions.
Discord Data Package Explorer is built with Next.js and Tailwind.css.
- Clone the repository
git clone https://github.com/peterhanania/discord-package
. - Install the dependencies using
npm install
oryarn install
. - Start the app using
npm run dev
.
When hosting locally or externally, make sure you change the NEXT_PUBLIC_DOMAIN
environment variable in the .env.local
file to your domain or it will use the default domain https://discordpackage.com
.
- Local: Just edit it manually
- External: You need to customize it via the provider dashboard settings.
- Run
docker build -t discord-package-explorer .
to build the image. - Run
docker run -p 3000:3000 discord-package-explorer
to start the app.
and you're good to go!
Huge credits to Andros2091 for the original source.