export type Account = { username: string, discriminator: string, token: string, avatar: string, autoLogin: boolean; };