A Discord Mass Dm bot
Report Bug
·
Request Feature
Table of Contents
To get a local copy up and running follow these simple steps.
You need to install Python, that can be done here
-
Clone the repo
git clone https://github.com/logicguy1/Mass-Dm-Self-Bot.git
-
Install Python packages
# Windows: py -3 -m pip install discord.py # Unix python3 -m pip install discord.py
Run captureIds.py
with py captureIds.py
It will listen to any events that happen in any of the servers the user account is linked to, this includes messages
, reactions
and user profile updates
.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project Link: https://github.com/logicguy1/Mass-Dm-Self-Bot