fix(discord): default missing native command args

This commit is contained in:
Peter Steinberger
2026-03-08 01:17:31 +00:00
parent ad7399b6e6
commit eb9e78d6d0

View File

@@ -1660,7 +1660,7 @@ async function dispatchDiscordCommandInteraction(params: {
});
const ctxPayload = buildDiscordNativeCommandContext({
prompt,
commandArgs,
commandArgs: commandArgs ?? {},
sessionKey,
commandTargetSessionKey,
accountId: effectiveRoute.accountId,