This Python script empowers you to generate Discord promo links effortlessly. It leverages threading for concurrent generation, and you can opt for proxies to sidestep rate limits.
- Multi-threaded promo code generation
- Proxy support to bypass rate limits
- User-friendly console interface
- Built-in Discord bot
- !gen <num_links>: Generate promo links. (e.g.)
!gen 5
- Install Dependencies:
pip install requests
- Add proxies in
data/proxies.txt
following this format:username:password@host:port or ip:port
- Run the Script:
python main.py or start.bat
Original script by JOY6IX9INE
Feel free to contribute and make it even better! 🚀