Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

handleJoinRequest not working #103

@Ankatic

Description

@Ankatic

var options = {
group: ID,
username: username,
accept: true
}

rbx.handleJoinRequest(options)
.then(function (err) {
if(err) throw err;
console.log('accepted')
})

Using this code, of course given all the extra stuff such as logging in and putting the parameters under options, I continue to receive this error:
Error: Could not load join requests, make sure you have permission to view them

Seeing as I am the owner of the group, I don’t see this being the issue.

Any help is appreciated. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions