installation

Follow the steps below to get Discord DM Pro running on your machine.

Requirements

Before you begin, make sure you have the following:

Requirement
Version

Windows

10 or 11 (64-bit)

Node.js

v18 or higher

RAM

2GB minimum

Internet

Stable connection required

1

Download

Go to the releases page and download the latest .zip file

Extract the ZIP to a folder of your choice (e.g. C:\Discord Mass DMPro)

circle-info

💡 Tip: Avoid extracting to Program Files — use a folder you own like your Desktop or Documents.

2

Install Dependencies

Open a terminal inside the extracted folder and run:

npm install

This will install all required packages. Wait for it to complete fully.

3

Launch the App

npm start

The app window will open. You should see the Dashboard on first launch.

4

Add Your Tokens

Click the Tokens tab in the sidebar

Click Import and paste your Discord account tokens (one per line)

The app will automatically test each token and show their status

triangle-exclamation
5

Import Members

Go to the Members tab

Paste the Server (Guild) ID of the server you want to scrape

Click Scrape — the tool will pull all members your token can see

Apply filters (skip bots, skip admins, min account age, etc.)

Click Add to Queue

6

Write Your Message

Go to the Messages tab

Write your message in the editor

Use Spintax to randomise variations:

  • {Hey|Hi|Hello} {username}! → randomly picks one option per send

Insert variables like {username}, {server}, {invite} using the tag buttons

Preview all variants using the Randomise button

7

Start Your Campaign

Make sure real dm is turned on

Return to the Dashboard

Review your queue count and token health

Click ▶ Start to begin sending

Watch the live activity log and send rate chart update in real time

Updating

To update to a newer version:

  1. Download the new ZIP from the releases page

  2. Extract it to the same folder (overwrite files)

  3. Run npm install again to update dependencies

  4. Launch with npm start

Your config, tokens, and member lists are stored separately and will not be affected by updates.

Uninstalling

Simply delete the application folder. No registry entries or system files are created.

Last updated