mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:51:37 +00:00
feat(discord): add configurable ephemeral option for slash commands
This commit is contained in:
@@ -357,6 +357,12 @@ export const DiscordAccountSchema = z
|
||||
.strict()
|
||||
.optional(),
|
||||
ui: DiscordUiSchema,
|
||||
slashCommand: z
|
||||
.object({
|
||||
ephemeral: z.boolean().optional(),
|
||||
})
|
||||
.strict()
|
||||
.optional(),
|
||||
intents: z
|
||||
.object({
|
||||
presence: z.boolean().optional(),
|
||||
|
||||
Reference in New Issue
Block a user