mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 14:18:26 +00:00
fix(auto-reply): RawBody commands + locked session updates (#643)
This commit is contained in:
@@ -1089,6 +1089,7 @@ export function createDiscordMessageHandler(params: {
|
||||
});
|
||||
const ctxPayload = {
|
||||
Body: combinedBody,
|
||||
RawBody: baseText,
|
||||
From: isDirectMessage
|
||||
? `discord:${author.id}`
|
||||
: `group:${message.channelId}`,
|
||||
|
||||
Reference in New Issue
Block a user