Skip to content

Commit 142c2d7

Browse files
author
DS Software
committed
updated jsdoc for the getTop method
1 parent d9ba30c commit 142c2d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sections/score.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export default class Score {
107107
/**
108108
* Returns the top players in a guild based on their score.
109109
* @param {string|null} guild_id
110+
* @param {number} offset
110111
* @returns {Promise<{total: number, list: PlayerScore[]}>}
111112
*/
112113
async getTop(guild_id = null, offset = 0) {

0 commit comments

Comments
 (0)