Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.62 KB

File metadata and controls

67 lines (47 loc) · 2.62 KB

Phase Raid Bot

Phase Raid Bot

A powerful Discord bot built with discord.py for raiding, spamming, and destorying servers.

Made For easy Customization


Features

command description
Launch mass spam raids via interactive button panels
Farm interactions automatically with smart clickers
Send custom messages or files on repeat
Gay porn spamming for fun
Deploy fake nitro giveaways and hoaxes
Host counterfeit giveaways
whois lookup
Ghost mention and ghost ping tools
Direct message flooding tools
Automatic advertisement posting
Track top raiders with JSON file persistence
Reload cogs, set global messages, blacklist servers/users

Installation

Prerequisites

Setup

# Clone the repo
git clone https://github.com/Phase-Project/phase-raid-bot.git
cd phase-raid-bot

# Create a virtual environment (standard venv)
python -m venv .venv

# On Windows (PowerShell)
.\.venv\Scripts\Activate.ps1

# On Linux / macOS
source .venv/bin/activate

# Install dependencies
pip install -r requirements.txt

Optional: If you prefer uv for faster installs, you can use uv venv and uv pip install -r requirements.txt instead.

Configuration

open config and fill in your values

Running

python main.py