openclaw - 💡(How to fix) Fix Bug: Discord typing indicator restarts after bot replies

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

The Discord bot appears to retrigger typing after sending a message, which makes the client show "EscoBOT is typing..." again even after the reply has already landed.

Observed behavior:

  • Typing indicator stops when the message is sent
  • Then it starts again shortly after, without a new user message
  • Other bots in the same server do not do this

Expected behavior:

  • Typing should stop cleanly once the reply is sent
  • It should not restart unless a new response is actually being prepared

This looks like the bot may be calling typing too late in the response pipeline or re-entering a typing state after send.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Bug: Discord typing indicator restarts after bot replies