1
Create app
2
Character
3
Verify
4
Add to profile

Create your Discord app

This is the one manual part, done once. Follow each step; we handle everything after.

1

Create the application

Open the Discord Developer Portal and click New Application. Give it a name. This name shows on your profile widget, so pick something like your character's name.

2

Copy your Client ID

On the app's General Information page, copy the Application ID and paste it here.

3

Copy your Bot Token

Open the Bot tab, click Reset Token, and copy it. Treat it like a password.

Stored so the sync can run on your behalf. Kept private; remove it anytime.

4

Copy your Client Secret

Open the OAuth2 tab, click Reset Secret, and copy it. Used once to connect your account; it is not stored afterwards.

5

Enable Social SDK

In the app's left sidebar, open Games → Social SDK and complete the short access form. This is required for the widget to publish. It can take a little while for Discord to grant access.

6

Add the redirect URL

Still on the OAuth2 tab, under Redirects add exactly this and save:

https://widget.seaofsta.rs/callback

You don't need to build a widget layout in the portal; we create and publish it for you automatically. The button below sends you to Discord to authorize your app, then straight back here.