Files
openclaw/src
Robby 078642b308 fix(discord): defer component interactions to prevent timeout (#16287)
* fix(discord): defer component interactions to prevent timeout

Discord requires interaction responses within 3 seconds. Button clicks
were routed through the LLM pipeline before responding, exceeding this
window and showing 'This interaction failed' to users.

Now immediately defers the interaction, then processes the agent
response asynchronously.

Fixes #16262

* fix: harden deferred interaction replies and silent chat finals (#16287) (thanks @robbyczgw-cla)

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-02-14 17:38:01 +01:00
..
2026-02-14 16:36:15 +00:00
2026-01-30 03:16:21 +01:00
2026-02-04 10:37:14 -05:00
2026-02-14 16:36:15 +00:00
2026-02-14 12:13:27 +00:00
2026-02-14 16:36:15 +00:00
2026-02-09 18:56:58 -08:00