How to connect Discord
Connecting Discord requires creating a Discord application and bot, then adding it to your server.
Step 1 — Create a Discord application
- Go to discord.com/developers/applications and log in.
- Click New Application.
- Give it a name (e.g. Acme Support) and click Create.
Step 2 — Get the Application ID
- In the application page, go to General Information.
- Copy the Application ID.
Step 3 — Create a bot and get the token
- In the left menu, click Bot.
- Click Reset Token and confirm.
- Copy the token. You will not be able to see it again.
- Under Privileged Gateway Intents, enable Message Content Intent.
- Click Save Changes.
Step 4 — Add the bot to your server
- In the left menu, click OAuth2 → URL Generator.
- Under Scopes, check bot.
- Under Bot Permissions, check Send Messages and Read Message History.
- Copy the generated URL and open it in your browser.
- Select your server and click Authorise.
Step 5 — Enter the details in your dashboard
- Open your OpenClaw configuration dashboard.
- Click Communication Channels → Discord.
- Paste the Bot token and Application ID.
- Click Connect Discord.
