openclaw - 💡(How to fix) Fix Discord slash subcommands timeout (Unknown interaction) after 2026.4.2 update [1 participants]

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…
GitHub stats
openclaw/openclaw#60880Fetched 2026-04-08 02:46:11
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Participants

After updating to OpenClaw 2026.4.2, Discord slash commands under /clip\ fail with \Unknown interaction\ or \Interaction has already been acknowledged.

Error Message

\
DiscordError: Unknown interaction (discordCode: 10062) DiscordError: Interaction has already been acknowledged (discordCode: 40060) [EventQueue] Listener InteractionEventListener failed: Command not found \\

Root Cause

After updating to OpenClaw 2026.4.2, Discord slash commands under /clip\ fail with \Unknown interaction\ or \Interaction has already been acknowledged.

RAW_BUFFERClick to expand / collapse

Description

After updating to OpenClaw 2026.4.2, Discord slash commands under /clip\ fail with \Unknown interaction\ or \Interaction has already been acknowledged.

Steps to reproduce

  1. Update to 2026.4.2
  2. \commands.native: true\ in config
  3. Discord: type /clip\ → base command works, shows 'Missing subcommand. Try /clip status'
  4. Type /clip status\ or /clip models\ → fails silently or shows error

Logs

\
DiscordError: Unknown interaction (discordCode: 10062) DiscordError: Interaction has already been acknowledged (discordCode: 40060) [EventQueue] Listener InteractionEventListener failed: Command not found \\

Environment

  • OpenClaw 2026.4.2 (d74a122)
  • Windows 10, Node 24.13.1
  • Discord bot with applications.commands scope
  • /clip\ base command responds, subcommands do not

Expected

/clip status, /clip models, etc. should respond within Discord's 3s interaction window.

Previous behavior

Slash commands worked before update (individual /status, /models\ commands).

extent analysis

TL;DR

The issue with Discord slash commands failing after updating to OpenClaw 2026.4.2 can likely be resolved by adjusting the command registration or handling to accommodate changes in interaction acknowledgement.

Guidance

  • Verify that the commands.native config option is correctly set and understood, as it might influence how commands are handled.
  • Check the command registration process to ensure that subcommands are properly registered and acknowledged within the required 3-second interaction window.
  • Review the error handling for DiscordError codes 10062 and 40060 to understand how the application is responding to unknown interactions and already acknowledged interactions.
  • Consider temporarily reverting to the previous version of OpenClaw to confirm if the issue is indeed version-specific.

Example

No specific code example can be provided without more details on the command registration and handling code, but ensuring that subcommands are correctly defined and acknowledged is crucial.

Notes

The exact solution may depend on the specifics of the command handling and registration code, which is not provided in the issue description. The commands.native: true config option and the change in OpenClaw version suggest a potential incompatibility or a need for adjusted handling of slash commands.

Recommendation

Apply a workaround by adjusting the command registration and acknowledgement handling to ensure compatibility with OpenClaw 2026.4.2, as the issue seems to be related to changes in how interactions are acknowledged and handled in this version.

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