Bot Not Responding

If your agent stops replying, use this checklist before you reinstall.

1) Check the gateway status

Make sure the gateway process is running and listening on the expected port.

moltbot gateway --status

2) Verify model credentials

Expired API keys or missing OAuth tokens are the #1 reason for silent failures.

3) Check channel pairing

If you use Telegram or WhatsApp, confirm the session is paired and approved. Re-pair if needed.

4) Enable required intents (Discord)

Discord bots need Message Content Intent. Without it, messages never arrive.

5) Check logs for tool failures

Tools might be failing silently if API keys are missing or the model does not support tool calling.