A lightweight Discord automation tool built with Flask and Python. Whether you're joining servers, spamming messages, leaving servers, or checking tokens, this tool provides a simple web interface to get the job done! 🎉
⚠️ Disclaimer: This project is for educational purposes only. Use responsibly and adhere to Discord Terms of Service. The author is not liable for misuse.
- Server Joiner: Join Discord servers using multiple tokens via an invite link.
- Server Leaver: Leave specific servers with ease.
- Message Spammer: Send messages to channels with custom delays and thread counts.
- Token Checker: Validate tokens and check for Nitro or unverified status.
- Web Interface: Control everything through a user-friendly browser UI.
To get started, you'll need:
- Python 3.8+: Download here
- Git: Install Git (optional, for cloning)
Follow these steps to set up Discord Raider:
git clone https://github.com/reinh0rdt1/yn-raider.git
cd yn-raider
pip install -r requirements.txt
python app.py
Here's a step-by-step guide to using Discord Raider through the web interface:
- Open http://localhost:5000 in your browser.
- You'll see a clean interface with tabs for Joiner, Spammer, Leaver, and Checker.
- Tool Not Starting?
- Ensure Python and dependencies are installed correctly.
- Run python --version and pip list to verify.
If you need other technical issues, please join our Discord server
Love this project? Here's how to contribute:
- Fork the repository.
- Create a feature branch: git checkout -b feature-name.
- Commit changes: git commit -m "Add cool feature".
- Push to your fork: git push origin feature-name.
- Open a Pull Request!
This project is licensed under the MIT License - see the LICENSE file for details.