Discord Integration
Connect your Agentbot agent to Discord servers.Setup
Step 1: Create Application
- Go to Discord Developer Portal
- Click New Application
- Name your bot
Step 2: Create Bot
- Go to Bot in sidebar
- Click Reset Token to get your token
- Enable Message Content Intent
- Save
Step 3: Invite Bot
- Go to OAuth2 → URL Generator
- Select scopes:
bot - Select permissions:
- Send Messages
- Read Message History
- Embed Links
- Copy the generated URL and open it
Step 4: Connect to Agentbot
- Go to Settings → Integrations → Discord
- Paste your bot token
- Click Connect
Bot Permissions
Required permissions:Commands
| Command | Description |
|---|---|
| /help | Show help |
| /status | Agent status |
| /chat | Start DM conversation |
Troubleshooting
Bot offline
Bot offline
- Check token is correct
- Ensure bot is in your server
Not responding to messages
Not responding to messages
- Enable Message Content Intent in developer portal
- Make sure bot has required permissions