Ankatic

Results 1 issues of 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...