https://github.com/unrk/mass-serverdelete
A python script that deletes server with same name on discord
https://github.com/unrk/mass-serverdelete
delete discord script server tool
Last synced: 8 months ago
JSON representation
A python script that deletes server with same name on discord
- Host: GitHub
- URL: https://github.com/unrk/mass-serverdelete
- Owner: unrk
- Created: 2025-06-13T12:50:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-13T13:13:44.000Z (8 months ago)
- Last Synced: 2025-06-13T14:29:37.961Z (8 months ago)
- Topics: delete, discord, script, server, tool
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

A simple Python script to delete all Discord servers (guilds) with a specified name from your account.
## Usage
1. Install requirements:
```
pip install requests
```
2. Edit `massdelete.py` and replace `TOKEN_HERE` with your Discord token and `SERVER_NAME_HERE` with the server name you want to delete.
3. Run the script:
```
python massdelete.py
```
**Warning:**
Use at your own risk. This script is for educational purposes only.