An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![banner](massdelete.png)

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.