๐งโ๐คโ๐งGroups
rolimons.Groups
.getInfo(<int> groupID>
.getInfo(<int> groupID>Example usage
// Get Group info exmaple
const rolimons = require("rolimons")
rolimons.groups.getInfo(3959677).then(function(group) {
console.log(group.name, "is made by", group.owner)
})
// Output: BIG Games Pets is made by BuildIntoGames
Returned Value
Description
Last updated