https://github.com/justyuuto/discord-mass-dm
https://github.com/justyuuto/discord-mass-dm
discord-mass-dm discord-massdm mass-dm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/justyuuto/discord-mass-dm
- Owner: JustYuuto
- Created: 2023-04-22T02:48:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T23:28:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T10:45:11.607Z (5 months ago)
- Topics: discord-mass-dm, discord-massdm, mass-dm
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Mass DM Tool
## How to use
* Download the repo and extract it to a folder
* Edit the [`config.json`](config.json) file to your needs
* ``userToken``: the account token you want to use to DM
* ``guildId``: the guild id of the ``channelId``
* ``channelId``: a channel which contains the members you want to DM (the members list will be used)
* ``message``: the message to send
* Run ``node index.js``
* Wait for the script to fetch all the users
> depending on the number of members in the server, the fetch time may be longer or shorter
* When the script fetched all the users, type "y" to start dm-ing all the users## Todo
* [x] Handle rate limits
* [ ] Skip certain users based on a list of IDs