Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a member of a guild

Hierarchy

  • GuildMember

Index

Constructors

Properties

joined: Date

The join date of the guild member

joinedTimestamp: number

The join date of the guild member as a unix timestamp

name: string

The name of the guild member

rank: GuildRank

The rank of the guild member

uuid: string

The uuid of the guild member

world?: World

The current world the player is online on, if any

Only set if Guild.hasAdditionalStats is true
.
If two members of a guild are online on the same world, this value refers to the same object.
xp: number

The amount of XP contributed by the guild member

Methods

  • Fetches the player stats of the guild member

    This method causes API requests.

    Parameters

    Returns Promise<Player>

Generated using TypeDoc