Skip to content

BYPASS-ALT/discord-raider-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image

📜 Discord Raider Tool 🚀

📚 Table of Contents

🔧 Installation

💻 Windows Installation

  1. Clone the Repository
    Open a terminal (Command Prompt or PowerShell) and run the following command:

    git clone https://github.com/BYPASS-ALT/discord-raider-tool.git
  2. Install Dependencies
    Run the following command to install the required dependencies:

    pip3 install -r requirements.txt
  3. Run the Tool
    You can start the tool by running the following command:

    python3 bot.py
  4. If you face any issues, visit the Issues tab for help!

🐧 Linux Installation

  1. Install Python 3 and pip
    Run the following commands to install Python and pip (if not installed already):

    sudo apt update
    sudo apt install python3 python3-pip
  2. Install Git
    If you don't have Git installed, use the following command:

    sudo apt install git
  3. Clone the Repository
    Clone the repository using Git:

    git clone https://github.com/BYPASS-ALT/discord-raider-tool.git
  4. Create a Virtual Environment
    It’s recommended to create a virtual environment for the project:

    python3 -m venv venv
  5. Activate the Virtual Environment
    Run the following command to activate the virtual environment:

    source venv/bin/activate
  6. Install Dependencies
    Install the required dependencies:

    pip install -r requirements.txt
  7. Run the Tool
    Start the tool with the following command:

    python bot.py
  8. For any issues, head to the Issues tab!

🛠️ Usage

After setting up the tool, simply follow the on-screen instructions to use the DM or server spamming features.

🐞 Troubleshooting

If you encounter any issues, please refer to the Issues section or open a new issue for assistance.

🔗 Links