Skip to main content

Discord

This is a shipped config-backed outbound surface. Discord serve runtime is not implemented yet

At A Glance

FieldValue
Catalog iddiscord
Config keydiscord
Implementation statusconfig_backed
Transportdiscord_http_api
Aliasesdiscord-bot
Default send target kindconversation

Minimal Config

[discord]
enabled = true
bot_token_env = "DISCORD_BOT_TOKEN"

Smoke Test

loong discord-send --target "123456789012345678" --text "hello from loong"

Command Surface

OperationCommandUsage or status
direct senddiscord-sendUsage: loong discord-send [OPTIONS] —target <TARGET> —text <TEXT>
gateway reply loopdiscord-servediscord serve runtime is not implemented yet

Required Fields For Send

RequirementConfig pathsEnv pointer pathsDefault env
channel enableddiscord.enabled
discord.accounts.<account>.enabled
nonenone
bot tokendiscord.bot_token
discord.accounts.<account>.bot_token
discord.bot_token_env
discord.accounts.<account>.bot_token_env
DISCORD_BOT_TOKEN

Gateway And Ownership

This surface is a direct-send delivery lane. It does not join multi-channel-serve or the gateway-owned reply-loop contract today.
  • 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.