#No Discord connect, config successful, but o message interaction
1 messages Β· Page 1 of 1 (latest)
This sounds like config visibility / allowlist, not WSL networking.
Two important bits:
channels statusis the live gateway path;channels listis more config/env driven.- If you only set
DISCORD_BOT_TOKENand donβt have a realchannels.discordblock, Discord can log in but guild messages are stillgroupPolicy="allowlist"by default. (docs.openclaw.ai)
Try this inside WSL:
openclaw config set channels.discord.token \
--ref-provider default \
--ref-source env \
--ref-id DISCORD_BOT_TOKEN
openclaw config set channels.discord.enabled true --strict-json
openclaw config set channels.discord.groupPolicy allowlist
openclaw config set channels.discord.guilds \
'{"YOUR_SERVER_ID":{"requireMention":true,"users":["YOUR_DISCORD_USER_ID"]}}' \
--strict-json --merge
openclaw gateway restart
Then verify:
openclaw channels list
openclaw channels status --probe