mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 02:52:43 +00:00
Discord: add gateway proxy support
Conflicts: package.json pnpm-lock.yaml src/config/schema.ts src/discord/monitor/provider.ts
This commit is contained in:
@@ -266,6 +266,7 @@ export const DiscordAccountSchema = z
|
||||
commands: ProviderCommandsSchema,
|
||||
configWrites: z.boolean().optional(),
|
||||
token: z.string().optional().register(sensitive),
|
||||
proxy: z.string().optional(),
|
||||
allowBots: z.boolean().optional(),
|
||||
groupPolicy: GroupPolicySchema.optional().default("allowlist"),
|
||||
historyLimit: z.number().int().min(0).optional(),
|
||||
|
||||
Reference in New Issue
Block a user