#/new is not working in discord
1 messages Β· Page 1 of 1 (latest)
That message is almost always OpenClaw auth, not β/new is brokenβ.
On Discord, native slash commands can still show up for everyone, but OpenClaw will refuse to execute them unless your Discord user is allowed by config. Docs: https://docs.openclaw.ai/channels/discord#native-commands-and-command-auth and https://docs.openclaw.ai/tools/slash-commands
What to check (in openclaw.json)
- If you have
commands.allowFromset, that becomes the only allowlist for/new(and other directives). Add yourself there, e.g.
{
commands: {
allowFrom: {
discord: ["user:204482022150897665"]
}
}
}
- Otherwise,
/newauthorization follows your Discord guild/channel allowlist: