Python Script that allows you to advertise using your discord tokens, they will send your custom message in every guild and channel you have access to (needs send message perms) and every people in your dm list.
💬 Discord
·
📜 ChangeLog
·
- Requires:
Python 3.10+
- Make a python virtual environment:
python3 -m venv venv
- Source the environment:
venv\Scripts\activate
(Windows) /source venv/bin/activate
(macOS, Linux) - Install the requirements:
pip install -r requirements.txt
- Start:
python3 main.py
- Nice UI
- Improved Logging
- Fast & Easy to use
- Threading
- Debug mode
- Detailed mode
- Can choose between one token or tokens.txt
- Moves invalid tokens to invalid.txt
- Dms everyone in your friend/dm list
- Sends specific messages to every discord server & channel you are in.
- I am not responsible for anything that may happen, such as API Blocking, Account Termination, etc.
- This was a quick project that was made for fun and personal use if you want to see further updates, star the repo & create an "issue" here
v0.0.1 ⋮ 8/6/2024
! Initial release
v0.0.2 ⋮ 8/6/2024
! Improved speed, reduced rate limits, added sessions, better threading and fixed dms logic not beeing here