A powerful Discord bot built with discord.py for Nukeing, and destorying servers.
Made For easy Customization
# 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.txtOptional: If you prefer uv for faster installs, you can use
uv venvanduv pip install -r requirements.txtinstead.
open config and fill in your values
python main.py