Disband Docs
Everything you need to build on Disband.
Bots
Disband bots are self-hosted integrations: you run the code, Disband relays messages to and from it. Disband never hosts or executes your bot.
- Getting started — create a bot, grab its token, and invite it to a server. Takes about two minutes.
- How bots work — scopes, invites, limits, and safety.
- Hosting your own bot — where to run the client and how to keep it alive.
- JavaScript client —
@disband/bot. Zero dependencies; works on Node.js 18+, Deno, Bun, and the browser. - Python client —
disband-bot. Standard library only; works on Python 3.9+. - API reference — the HTTP API both clients talk to.
Themes
SUPER members can restyle the whole app with custom CSS, shipped skins, and uploaded icons.
- Themes — the CSS variables that are a stable API, the selectors that are safe to target, and a starter template.
Download the clients
- @disband/bot — the JavaScript client
(
npm install ./disband-bot-0.1.0.tgz). - disband-bot — the Python client
(
pip install ./disband-bot-python-0.1.0.tar.gz).
Disband