Files
tab-bot/docs/guide/uninstall.md
T
2026-09-06 19:28:26 -04:00

24 lines
869 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Uninstall / wipe
## Wipe TabBot data only
Studio → Settings → wipe vault, **or** browser settings → delete site data for this origin. That removes IndexedDB `tabbot-vault`, KV, sessionStorage, and local wrapping keys.
This does **not** delete:
- Discord applications (Developer Portal)
- Guild invites already accepted
- BridgeSwarm
## Remove BridgeSwarm
Follow BridgeSwarms own uninstall. Typical: remove the extension, remove the native host binary, delete `~/.bridgeswarm/` or `%LOCALAPPDATA%\bridgeswarm\`.
## Remove the Discord bot from guilds
Kick the bot in each guild, then delete or regenerate the application in the Portal if you are done. TabBot cannot do that remotely.
## Self-hosted origin
If you served `apps/web/dist` (`npm start`, or another static host / `pm2 delete tabbot`), stop that process and delete the files you deployed.