🧑‍🤝‍🧑Groups

rolimons.Groups

THIS DOESNT SUPPORT GROUPS WHICH AREN'T IN THEIR DATABASE

.getInfo(<int> groupID>

Get's info about the group

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

owner_id <int>

Owner ID

owner <string>

Owner name

members <string>

Member count

created <string>

Created since

tracked_since <string>

Tracked since

past_day_growth <string>

Past day new members

last_scan <string>

Last scan since

Last updated