Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.77 KB

File metadata and controls

61 lines (40 loc) · 1.77 KB

Phase Nuke Bot

Phase Nuke Bot

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

Made For easy Customization


Features

command description
Take over server (change name, icon, delete channels, create new ones)
Ban everyone with role below bot
Give everyone administrator permissions
Create roles from role.txt (NO COLORS)
Show all servers bot is in (WHITELIST ONLY)

Installation

Prerequisites

Setup

# Clone the repo
git clone https://github.com/phaseworld-creator/phase-nuke-bot.git
cd phase-nuke-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