Hierarchy

Constructors

Properties

_client: Client
_createdAt: number
avatarURL: null | string
ban: {
    createdAt: null | number;
    createdBy: string;
    reason?: string;
}

Information about the banned member (object)

Type declaration

  • createdAt: null | number

    Timestamp (unix epoch time) of when the member has been banned.

  • createdBy: string

    ID of the member that banned the user.

  • Optional reason?: string

    Reason of the ban

bannerURL: null | string
bot: boolean
guildID: string

Server ID.

id: string | number

Item ID

type: null | string
username: string

Accessors