simon-schlueter / hypixel-js

This is a Node.js client library for the public Hypixel API.
MIT License
21 stars 5 forks source link

Fix getFriends method #9

Open tascord opened 4 years ago

tascord commented 4 years ago

Fixed issue where the getFriends method was requesting with datta: {player: 'UUID'} rather than: {uuid: 'UUID'}.

Simple fix for a pretty large bug :)