#Discord Bot error
1 messages ยท Page 1 of 1 (latest)
That error is coming from OpenAI, not Discord, so OpenClaw is reaching the provider but the provider is rejecting the request because that auth path has no usable quota/billing.
First, paste these:
openclaw --version
openclaw status
openclaw models status
Most likely fix depends on which OpenAI route you meant to use:
- If you configured
openai/*, that uses the OpenAI Platform API, which needs an API key with active billing/credits. A normal ChatGPT subscription does not cover that path. - If you wanted to use your ChatGPT/Codex subscription, use the Codex auth route instead, meaning
openai-codex/*, notopenai/*.
If needed, re-run onboarding with the right auth choice: