diff --git a/src/schemas.ts b/src/schemas.ts index 239532c..0d2518f 100644 --- a/src/schemas.ts +++ b/src/schemas.ts @@ -1,8 +1,7 @@ import { z } from "zod"; export const DiscordLoginSchema = z.object({ - token: z.string().optional(), - random_string: z.string().optional() + token: z.string().optional() }); export const SendMessageSchema = z.object({