File tree 1 file changed +0
-18
lines changed
src/main/typescript/schemas
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -308,24 +308,6 @@ export const GuildConfigSchema = z.object({
308
308
global_disabled_channels: z.array(zSnowflake).default([])
309
309
})
310
310
.optional(),
311
- ai_automod: z
312
- .object({
313
- enabled: z.boolean().default(false),
314
- disabled_channels: z.array(zSnowflake).default([]),
315
- parameters: z
316
- .object({
317
- max_toxicity: z.number().int().min(0).max(101).default(101),
318
- max_severe_toxicity: z.number().int().min(0).max(101).default(101),
319
- max_threat: z.number().int().min(0).max(101).default(101),
320
- max_profanity: z.number().int().min(0).max(101).default(101),
321
- max_flirtation: z.number().int().min(0).max(101).default(101),
322
- max_identity_attack: z.number().int().min(0).max(101).default(101),
323
- max_insult: z.number().int().min(0).max(101).default(101),
324
- max_explicit: z.number().int().min(0).max(101).default(101)
325
- })
326
- .default({})
327
- })
328
- .optional(),
329
311
bump_reminder: z
330
312
.object({
331
313
enabled: z.boolean().optional(),
You can’t perform that action at this time.
0 commit comments