Discord
This is a shipped config-backed outbound surface. Discord serve runtime is not implemented yetAt A Glance
| Field | Value |
|---|---|
| Catalog id | discord |
| Config key | discord |
| Implementation status | config_backed |
| Transport | discord_http_api |
| Aliases | discord-bot |
| Default send target kind | conversation |
Minimal Config
Smoke Test
Command Surface
| Operation | Command | Usage or status |
|---|---|---|
| direct send | discord-send | Usage: loong discord-send [OPTIONS] —target <TARGET> —text <TEXT> |
| gateway reply loop | discord-serve | discord serve runtime is not implemented yet |
Required Fields For Send
| Requirement | Config paths | Env pointer paths | Default env |
|---|---|---|---|
| channel enabled | discord.enableddiscord.accounts.<account>.enabled | none | none |
| bot token | discord.bot_tokendiscord.accounts.<account>.bot_token | discord.bot_token_envdiscord.accounts.<account>.bot_token_env | DISCORD_BOT_TOKEN |
Gateway And Ownership
This surface is a direct-send delivery lane. It does not joinmulti-channel-serve or the gateway-owned reply-loop contract today.
Related Docs
- Continue to Channel Guides for the full shipped channel matrix.
- Continue to Channels for the conceptual surface model.
- Continue to Channel Setup for the shared public setup contract.