Skip to content

Commit

Permalink
Update Guild.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StavZ committed May 2, 2021
1 parent 72294ee commit b7a1380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Guild/Guild.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class Guild {
this.legacyRank = !isNaN(data.legacyRanking) ? parseInt(data.legacyRanking + 1, 10) : 0;
/**
* Experience history per day, resets at 5 am UTC
* @type {Array<import('../../utils/guildExp').ExpHistory>}
* @type {Array<ExpHistory>}
*/
this.expHistory = calculateExpHistory(data);
/**
Expand Down

0 comments on commit b7a1380

Please sign in to comment.