Small script to extract private message channels from a discord data package & open them on a certain account.
First, you'll need your data package. You can get this by going to Settings > Privacy & Safety and clicking the Request Data button at the bottom.
- Make sure you have NodeJS installed
- Once you have your data package, extract it and make sure you have the messages folder inside.
- Open a Command Prompt/Terminal in this projects directory.
- Run
npm install
and wait for it to finish. - Edit the
config.json
file with your token and User ID. - Run
node . "C:\Users\USERNAME\Downloads\package\messages"
. (Replace the path with the path of your messages folder inside your package) - Wait for all your DMs to open.