mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-20 09:45:53 +02:00
Add totalPoints, totalCount
This commit is contained in:
parent
3450500d27
commit
c98e1474d0
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ exports.getModule = class UserAchievementsEarned extends MenuModule {
|
||||||
realName : this.client.user.getProperty(UserProps.RealName),
|
realName : this.client.user.getProperty(UserProps.RealName),
|
||||||
location : this.client.user.getProperty(UserProps.Location),
|
location : this.client.user.getProperty(UserProps.Location),
|
||||||
affils : this.client.user.getProperty(UserProps.Affiliations),
|
affils : this.client.user.getProperty(UserProps.Affiliations),
|
||||||
|
totalCount : this.client.user.getProperty(UserProps.AchievementTotalCount),
|
||||||
|
totalPoints : this.client.user.getProperty(UserProps.AchievementTotalPoints),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue