Class UserClient

UserClient represents the logged bot's user.

Hierarchy

Constructors

Properties

avatarURL: null | string

Current avatar url of the user.

bannerURL: null | string

Current banned url of the user.

bot: true

Boolean that shows if the user is a bot or not.

Default Value

true

botID: string

Client User Bot ID

client: Client

Bot's client.

createdAt: Date

When the user account was created.

id: string

Item ID

ownerID: string

ID of the bot's owner.

type: null | UserTypes

User type

username: string

User's username.

Methods