#Not able to link discord with openclaw

1 messages · Page 1 of 1 (latest)

thick gale
#

My Openclaw say it's known issue #66356 but this issue seem to have been fixed in "current build" that I have.

Excellent ! J'ai trouvé le problème ! Le bug #66356 décrit exactement notre situation :

Problème identifié 🎯
Le plugin Discord ne se charge pas car il manque l'export register/activate

Le log du bug indique :

[plugins] discord missing register/activate export — plugin fails to initialize on startup

Cela signifie que le plugin Discord est cassé dans la version 2026.5.12 (et 2026.4.12).

Sources :

GitHub Issue #66356 : [Bug] Discord guided setup says "not enabled"

safe helmBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

vague iceBOT
# thick gale My Openclaw say it's known issue #66356 but this issue seem to have been fixed i...

Blitz, I checked the docs/issues. #66356 was about the configure wizard saying Discord guided setup was “not enabled”, but the newer failure pattern is slightly different: Discord is treated as an external channel plugin, so a config-only setup can leave the gateway with no Discord plugin loaded.

First thing: please share this output:

openclaw --version
openclaw status --all

Then try the recovery path that fixed the recent Discord-not-loaded reports:

openclaw plugins install @openclaw/discord
openclaw plugins enable discord
openclaw doctor --fix
openclaw gateway restart