fetchLeaderboard
Fetches a user’s XP Profile from a guild on the database
Parameters
| Parameter | Type | Description | Required | Default |
|---|---|---|---|---|
| guildID | String | Snowflake | The ID of the guild | ✅ | None |
| options | LeaderboardQuery | The options for the leaderboard | ❌ | { limit: 10, skip: 0 } |
Returns
Promise< Array<XPMember> > - List of members as per the options