That error is coming from the provider side (Google’s “Cloud Code Assist” / Antigravity-style endpoint), not from Discord or your channel setup. A 403 “Verify your account to continue” usually means the Google account behind that OAuth token got flagged as needing verification (or otherwise restricted), so OpenClaw can’t make model calls with it.
A couple quick things to narrow it down + get you unstuck:
- What OpenClaw version are you on?
Run and paste:
openclaw --version
- Confirm which model/provider you’re actually using
Paste the output of:
openclaw models status
(or in-chat try /model status if your slash commands still work)