Skip to content

MassDM v3, a bot to send mass DM's to members of a Discord server.

Notifications You must be signed in to change notification settings

MuhammadBayiz/massdm

 
 

Repository files navigation

MassDM v3, a bot to send DMs to every member of a role in Discord server. Can send DMs to @everyone, and to just those who are online.

Use this tool at your own risk!

You will need one thing installed to make this bot work. If you're on Windows, simply run install_dep.bat. It can get the prerequisite program for you, and get the libraries needed for this bot to run! To get these libraries after installing node.js on an OS other than windows (if you are installing manually), simply open up a terminal in the bot folder and type "npm install -d" without the quotes.

Open config.json in your code editor and edit the token with your bot token or your user token. [or remove the "REM" and replate "YOUR TOKEN" in start.bat]

  • Additionally, you can change the prefix, modify the ID of the user who will control the bot, and the [randomized] delay between each send. If you increase this delay, you will be more safe, decrease it at your own risk. Once you have that done, save the file. Of course, you must properly configure the permissions of the bot. Give it administrative-level permissions in your server.

Once you have completed all of the above, you may run start.bat.

If you are not running Windows, you need to open a terminal in the bot folder and type "node app.js" without quotes. If you are running into problems and are unsure whether or not it is a bug, please reference tutorials on how to use Discord bots BEFORE reaching out, because I've been contacted for the same few usage errors countless times.

Ideas for development:

  • customize bot status
  • further permissions checks

About

MassDM v3, a bot to send mass DM's to members of a Discord server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.4%
  • Batchfile 13.6%