Updated skywars
This commit is contained in:
@@ -156,6 +156,8 @@ export const skywarsStatsSchema = z.looseObject({
|
||||
heads_sweet: z.number().default(0),
|
||||
heads_divine: z.number().default(0),
|
||||
heads_heavenly: z.number().default(0),
|
||||
heads_ethereal: z.number().default(0),
|
||||
heads_indescribable: z.number().default(0),
|
||||
head_collection: z.looseObject({
|
||||
prestigious: z.array(z.object({
|
||||
username: z.string().nullable().default(null),
|
||||
|
||||
Reference in New Issue
Block a user