Is there anyway I could, through an API or any other means, set ranks on discord equivalent to the ranks in game?
You can just use discord's REST api to fetch the users of a role, alongside their profile
Iterate over all your members:
https://discordapp.com/developers/docs/resources/guild#get-guild-member
https://discordapp.com/api/v6/users/{profile.id}/profile
is the endpoint for getting someone's steam account, I found this on reddit since it does not appear in the developer docs
This should be enough information for you to create an application to fetch and sync roles from discord into your gmod role database
Sorry, you need to Log In to post a reply to this thread.