#Discord Bot error

1 messages ยท Page 1 of 1 (latest)

uncut nexus
#

when i send a message on my openclaw discord dot it says โš ๏ธ You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.

thorny baneBOT
coarse coveBOT
#

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

thorny baneBOT
muted hazelBOT
#

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/*, not openai/*.

If needed, re-run onboarding with the right auth choice: