A simple Python script to delete all Discord servers (guilds) with a specified name from your account.
-
Install requirements:
pip install requests -
Edit
massdelete.pyand replaceTOKEN_HEREwith your Discord token andSERVER_NAME_HEREwith the server name you want to delete. -
Run the script:
python massdelete.py
Warning:
Use at your own risk. This script is for educational purposes only.
