๐ฎGames
rolimons.games
.getInfo(<int> gameID>
.getInfo(<int> gameID>Example usage
// Get Game info exmaple
const rolimons = require("rolimons")
rolimons.games.getInfo(2753915549).then(function(game) {
console.log(game.name, "is made by", game.creator_name)
})
// Output: Blox Fruits is made by Gamer Robot IncReturned Value
Description
Last updated