let avatar: String?
Avatar hash
let discriminator: String?
Discriminator of user
let email: String?
Email of user (will probably be empty forever)
let id: Snowflake
ID of user
let isBot: Bool?
Whether or not this user is a bot
let isMfaEnabled: Bool?
Whether of not user has mfa enabled (will probably be empty forever)
let isVerified: Bool?
Whether user is verified or not
var swiftcord: Swiftcord?
Parent class
let username: String?
Username of user