diff --git a/src/structures/Guild/Guild.js b/src/structures/Guild/Guild.js index 6ab702b3..610c1af9 100644 --- a/src/structures/Guild/Guild.js +++ b/src/structures/Guild/Guild.js @@ -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} + * @type {Array} */ this.expHistory = calculateExpHistory(data); /**