Error on player connectSolved
[Discord Extension] [Error]: Discord API has returned error Discord Code: 50013 Discord Error: Missing Permissions Request: [PATCH] https://discord.com/api/v9/guilds/1026124425780919644/members/247126288128101149/roles/1034362123792437270 (Response Code: Forbidden) Content-Type: application/json
Discord Errors:  
Request Body:
{
  "nick": "Tanki 21/10/2020 :'("
}

SERVER MEMBERS INTENT is enabled (all intents)

Bot are administrator.

config:

{
  "Discord Bot Token": "MTAmybottokenlwY",
  "Enable Nick Syncing": false,
  "Enable Ban Syncing": true,
  "Enable Role Syncing": true,
  "Role Setup": [
    {
      "Oxide Group": "member",
      "Discord Role": "Member"
    },
    {
      "Oxide Group": "vip",
      "Discord Role": "Vip"
    },
    {
      "Oxide Group": "donator",
      "Discord Role": "Donator"
    },
    {
      "Oxide Group": "helper",
      "Discord Role": "Helper"
    }
  ],
  "Discord Server ID (Optional if bot only in 1 guild)": "1026124487095216944",
  "Discord Extension Log Level (Verbose, Debug, Info, Warning, Error, Exception, Off)": "Info"
}


all group exist on server and discord with the same name:

(10:45:02) |Group 'member' players:
76561############ (Tanki 21/10/2020 :'(), 76561############ (House)

(10:45:34) | Group 'vip' players:
76561############ (Tanki 21/10/2020 :'(), 76561############ (House)

(10:46:21) | Group 'donator' players:
No players currently in group

(10:47:15) | Group 'helper' players:
76561############ (Tanki 21/10/2020 :'()

when executing o.show user playername => 

(10:48:06) | [Discord Extension] [Error]: Discord API has returned error Discord Code: 50013 Discord Error: Missing Permissions Request: [PATCH] https://discord.com/api/v9/guilds/1026124425780919644/members/247126288128101149(Response Code: Forbidden) Content-Type: application/json
Discord Errors: 
Request Body:
{
  "nick": "Tanki 21/10/2020 :'("
}

 

o.show user tanki:

Player 'Tanki 21/10/2020 :'( (76561############)' groups:
default, admin, member, vip, helper, authenticated

not sure if this, but ingame, ive helper role and on discord, it doesn't sync apparently...



thanks for any help/suggestions

Solved: In discord roles settings, the bot must be placed at the very top of the list to avoid any problems
Locked automatically