kahsj122 / massdm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MassDM v3, a bot to send DMs to every member of a role in Discord server.

Use this tool at your own risk!

You will need two things installed to make this bot work.

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]

You also need to add in your whitelisted ID. The ID of the user who will control the bot. Once you have that done, save the file. Alternatively, you can pass in the token through an enviornment variable named BOT_TOKEN

Run install_dep.bat if you are on Windows.

Otherwise you need to open a terminal in the bot folder and type "npm install -d" without quotes.

Once it has finished installing all the dependencies, you can 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.

Ideas for development:

  • env var token
  • customize bot status

About

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


Languages

Language:JavaScript 92.4%Language:Batchfile 7.6%