Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.51 KB

DM Opener


Small script to extract private message channels from a discord data package & open them on a certain account.

How do i use it?

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.

image

I have my data package, now what?

  • 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.