mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix(discord): default missing native command args
This commit is contained in:
@@ -1660,7 +1660,7 @@ async function dispatchDiscordCommandInteraction(params: {
|
||||
});
|
||||
const ctxPayload = buildDiscordNativeCommandContext({
|
||||
prompt,
|
||||
commandArgs,
|
||||
commandArgs: commandArgs ?? {},
|
||||
sessionKey,
|
||||
commandTargetSessionKey,
|
||||
accountId: effectiveRoute.accountId,
|
||||
|
||||
Reference in New Issue
Block a user