Interface JSONMember

Hierarchy

Properties

avatarURL: null | string

Current avatar url of the user.

bannerURL: null | string

Current banned url of the user.

bot: boolean

If true, the user is a bot.

createdAt: Date

When the user account was created.

guildID: string

Server ID.

id: string
isOwner: boolean

Tells you if the member is the server owner.

joinedAt: null | Date

When this member joined the guild.

nickname: null | string

Member's server nickname.

roles: number[]

Array of member's roles.

type: null | UserTypes

User type

username: string

User's username.