A Discord Mass Dm bot
Report Bug
·
Request Feature
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.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Project Link: https://github.com/logicguy1/Mass-Dm-Self-Bot