correct userjson type

This commit is contained in:
MathMan05 2024-08-18 11:15:41 -05:00
parent 7f80a528ba
commit 2440babacb

View file

@ -137,7 +137,7 @@ type userjson={
premium_type: number, premium_type: number,
theme_colors: string, theme_colors: string,
pronouns: string, pronouns: string,
badge_ids: string, badge_ids: string[],
} }
type memberjson= { type memberjson= {
index?:number, index?:number,