Connect Discord
Connecting Discord is what turns OCT into your console — the Feed, contract detection, Callers, and most alerts all run off your Discord stream.
Where you paste it
Section titled “Where you paste it”Two places, same result:
- Feed. With no token configured, the Feed page is the connect screen: a Discord Token field, a Connect button, and the trust panel described below. This is where new users land.
- Settings → Tokens. The field is labelled “Paste Discord token…” with a show/hide eye toggle. Paste, press Enter (or the + button), and OCT connects. Use this to add or replace a token later.
What the connect screen tells you
Section titled “What the connect screen tells you”Under the token field, OCT shows a short Where your token goes panel:
- A diagram — your browser → Discord — with OCT servers crossed out on the hosted console. Nothing carrying your token is sent to us, and the panel invites you to check: open DevTools → Network and watch.
- An expandable How do I get my Discord token? section with the extraction steps.
- A plain-English note that this is user-account automation and where Discord stands on it.
How to find your token
Section titled “How to find your token”- Open discord.com/app in your browser and log in.
- Open your browser’s Developer Tools (F12) and go to the Network tab.
- Refresh the page.
- In the request filter, type
@me. - Click one of the matching requests and find the Request Headers.
- Copy the value of the
authorizationheader — that’s your token.
Paste it into the Feed connect screen or Settings → Tokens.
The in-app panel gives the same steps with a /api request filter instead of
@me — either filter surfaces requests carrying the same authorization
header, so use whichever shows results first.
Multiple accounts
Section titled “Multiple accounts”You can add more than one token. Each shows as a masked entry with an index
badge (#1, #2, …). All the servers and channels across every token become
available when you build rooms — so you can monitor several accounts side by
side. Remove a token with the trash icon. If a token stops working, OCT flags it
with a red Invalid badge.
Where your token lives
Section titled “Where your token lives”On the hosted web console, your token is stored only in your browser, and the Discord connection is made directly from your browser to Discord. It never touches the OCT servers. You’ll see this stated right above the token field. On the desktop app the token stays on your own machine. Either way, OCT is the only thing holding it. See Hosted vs local.
Connection proxy (desktop only)
Section titled “Connection proxy (desktop only)”If Discord won’t load over a VPN, the desktop app has a Connection panel in
Settings → Tokens where you can route the connection through an HTTP/HTTPS
proxy (http://user:pass@host:port). Leave it blank to connect directly. SOCKS
proxies aren’t supported. This panel doesn’t appear on the hosted console.
Once a token connects and you have no rooms yet, the Feed shows an Almost there card with a Create your first room button — follow it. The channel picker lets you enable your servers inline if none are enabled yet, so the Settings → Guilds detour is optional.
- Build a room.
- Connect Telegram to add Telegram channels too.