๐ต๏ธโโ๏ธPlayers
rolimons.players
.getPlayer(<int> ID)
Example usage
// Get Player Example
const rolimons = require("rolimons")
rolimons.players.getPlayer(540074852).then(function(player) {
console.log(player.name + "'s last location was " + player.last_location)
})
// Output: SHlAWASE's last location was Website.getLeaderboard(<int> page>
Example Usage
Returned Value
Description
Last updated