Skip to content

00-00-00-11/7TEEN-MASS-DM-TOOL-V2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7teen Mass DM Tool V2

7teen Mass DM Tool V2
result

Requirements Before Set-up:

  1. Node.JS installed.
  2. Code Editor: VSC(recommended), Pycharm, Sublime, Atom etc.

Set-up: Bot

  1. Go to your Discord Developers Applications and create a new bot | You can use an existing one.
  2. Go to the "Bot" section and scroll down till you see "Privileged Gateway Intents".
  3. Select both Presence Intent and Server Members Intent

Example

intents

Set-up: Script

  1. Run the Launch file and wait for all the packages to be installed.
  2. Right click on the 'settings.json' file.
  3. Open the file either on Notepad or a code editor i.e VSC (Visual Studio Code).
  4. Fill in ALL the gaps.
  5. Save.

Example

settings

Result:

result

Start:

  1. Run the 'run' file.

How it works.

  • Discord has added a feature named "Gateway Intents", which are a form of real-time communication over secure WebSockets. This is to control abuse of data and to lower computational overload.

WARNING !

  • Discord will only allow you to MASS DM once and then your bot will be flagged for spam and you will recieve the following error: UnhandledPromiseRejectionWarning: DiscordAPIError: Your bot has been flagged by our anti-spam system for abusive behavior. Please reach out to our team by going to https://dis.gd/report and selecting "Appeal an Action Trust and Safety took on my bot" as the Report Type.
  • Your discord bot will be quarantined stopping you from Mass Messaging users in a guild.
  • Previous testing suggests any guild over 100 members, results in your bot quarantined.

Example

bot_qurantined

How to Resolve:

  • Make a new Discord bot.
  • Go call for an appeal and selecting "Appeal an Action Trust and Safety took on my bot" as the Report Type for your bot so the bot is removed from being flagged. (Must Think of a good reason as to why you want bot to be unflagged)

First option recommended

Contact Me

DiscordDiscord ServerTelegramSteam

About

Mass DM Tool V2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • Batchfile 41.8%