African Posted July 11, 2017 Report Posted July 11, 2017 (edited) After looking through the wiki for the SteamCommunity module I cannot find the method for inviting a user to a group. Can someone please tell me where to find info about it and how to use it. Thanks EDIT: I found where the function is mentioned but it doesn't look like its used how other people are using it as seen here. Edited July 11, 2017 by African Quote
xLeeJYx Posted July 11, 2017 Report Posted July 11, 2017 community.inviteUserToGroup(offer.partner.toString(), config.groupid, (err) => { if (err) { console.log(err.message) } else { console.log("I've invited " + offer.partner.toString() + " to our group") } })=_= this is my code, edit it a little if you dont understand Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.