A simple CLI tool that lets you mass-leave (or delete) Discord servers and clean up your friends list. Sort, filter, pick the ones you want gone, and confirm. Done.
git clone <repo-url>
cd discord-leaver
npm install
npm startRequires Node.js 18+.
- Open Discord in your browser and log in.
- Press
Ctrl+Shift+I(orCmd+Option+Ion Mac) to open Developer Tools. - Click the Application tab.
- Expand Local Storage in the sidebar and click on the Discord entry.
- Find the
tokenkey and copy its value (without quotes).
Your token is like a password — never share it with anyone.
- Enter your token — pasted securely (hidden input).
- Choose mode — manage servers or clean up your friends list.
- Servers — sort your servers, optionally filter (owned/admin/verified, member count, creation date), then select manually or leave all matching servers.
- Friends — select friends manually or remove all at once.
- Review & confirm — see your selection summary, then confirm to proceed.
- Owned servers — if you own a selected server, you'll be asked whether to delete it (with 2FA support).
Built by StartupBros for the House of Vibe community. Originally forked from dandanthedev/BulkLeave.