Skip to content

Commit

Permalink
Merge pull request #5 from rhomita/readme_update
Browse files Browse the repository at this point in the history
Added some information about the MEE6 configuration in the README.
  • Loading branch information
rjt-rockx authored Apr 12, 2022
2 parents 9d3a9c4 + c59a3bb commit 9b6acfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ Mee6LevelsApi.getUserXp(guildId, userId).then(user => {
console.log(`${user.tag} is at level ${user.level} and rank ${user.rank}.`);
});
```

## Configuration

Open the leaderboard settings in the MEE6 dashboard and enable the option: `Make my server's leaderboard public`. It is not possible to fetch data from the dashboard if this option is not enabled and the error 'Response code 401' will be returned.

0 comments on commit 9b6acfd

Please sign in to comment.