mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 13:41:40 +00:00
Discord: allow disabling thread starter context
This commit is contained in:
@@ -234,6 +234,7 @@ export const DiscordGuildChannelSchema = z
|
||||
enabled: z.boolean().optional(),
|
||||
users: z.array(z.union([z.string(), z.number()])).optional(),
|
||||
systemPrompt: z.string().optional(),
|
||||
includeThreadStarter: z.boolean().optional(),
|
||||
autoThread: z.boolean().optional(),
|
||||
})
|
||||
.strict();
|
||||
|
||||
Reference in New Issue
Block a user