entities/Dkp
Classes
Section titled “Classes”Defined in: entities/Dkp.ts:11
Dragon Kill Points ledger (maps to public.dkp).
Each row represents a guild member’s cumulative DKP balance. Points are earned via raid attendance and spent on loot bids.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Dkp():
Dkp
Returns
Section titled “Returns”Properties
Section titled “Properties”DateJoined
Section titled “DateJoined”DateJoined:
Date
Defined in: entities/Dkp.ts:36
Date the member originally joined the guild.
DiscordId
Section titled “DiscordId”DiscordId:
string
Defined in: entities/Dkp.ts:29
Discord snowflake ID linking this record to a Discord user.
DiscordName
Section titled “DiscordName”DiscordName:
string
Defined in: entities/Dkp.ts:17
Discord display name at the time the record was created.
EarnedDkp
Section titled “EarnedDkp”EarnedDkp:
number
Defined in: entities/Dkp.ts:21
Total DKP earned from raid attendance.
Id:
number
Defined in: entities/Dkp.ts:13
SpentDkp
Section titled “SpentDkp”SpentDkp:
number
Defined in: entities/Dkp.ts:25
Total DKP spent on loot claims.