mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 07:41:40 +00:00
fix: add discord exec approval channel targeting (#16051) (thanks @leonnardo)
This commit is contained in:
@@ -314,6 +314,7 @@ export const DiscordAccountSchema = z
|
||||
agentFilter: z.array(z.string()).optional(),
|
||||
sessionFilter: z.array(z.string()).optional(),
|
||||
cleanupAfterResolve: z.boolean().optional(),
|
||||
target: z.enum(["dm", "channel", "both"]).optional(),
|
||||
})
|
||||
.strict()
|
||||
.optional(),
|
||||
|
||||
Reference in New Issue
Block a user