brussell98 / node-osu

A library for interacting with the osu api.
MIT License
39 stars 11 forks source link

getuser throws return #25

Closed blacbrue closed 3 years ago

blacbrue commented 3 years ago

code

osu.getUser({ u: "- Rushia -" }).then(user => { console.log(user) })