An error occured whilst submitting a request, missing permissionsNot An Issue
Thanks for the updated new version but I think I found one small glitch.  I don't have or want to sync the admin role to discord.

I get an error response when adding an admin with oxide.usergroup 

(12:50:10) | Player 'playername(12345678123456789)' added to group: admin

(12:50:11) | [Discord Extension] An error occured whilst submitting a request to https://discordapp.com/api/guilds/580609457742938122/members/389646279443087361 (code Forbidden): {"message": "Missing Permissions", "code": 50013}

What does your config look like without your bot token?
{
"Discord Bot Token": "",
"Update Interval (Minutes)": 10,
"Enable Nick Syncing": false,
"Enable Ban Syncing": false,
"Enable Role Syncing": true,
"Role Setup": [
{
"Oxide Group": "vip",
"Discord Role": "Vip"
}
]
}

Merged post

The only thing I changed was the group & discord role in the config.  I'm getting this in my server log now too:

https://pastebin.com/geuDPmP4
Is that error constant? Seems to just be an error saying discord doesn't like what you're sending. Maybe your bot isn't configured properly
The old plugin worked just fine.  I literally only changed the name of the groups and the bot token.  I don't see how it could be a config issue.  Config issues cause a major syntax issue and usually won't even run.

Merged post

The plugin is triggering on actions it shouldn't be plain and simple.
I have the same issue, the bot is set to administrator on discord and has every permission possible.

Its role is also set above all other roles. Still can't get it to add the user to any discord group.
A bot with administrator privileges can't modify users with the same perms
5cfb5683d21ab.png Tricky
A bot with administrator privileges can't modify users with the same perms

Not sure you understood my bug report.  I was simply adding an admin on the rust console and I was not trying to interact with Discord Status and/or the Discord bot.  Your plugin is giving an error just when I was trying to promote someone to an admin.  The old plugin didn't do this.  

Basically, it tried to manage the roles/nick in discord when you assigned it in-game but it couldn't due to the fact that the user sitting in the discord had more privileges than the bot itself, whatever caused it you can totally ignore it.

Every time the mod checks to see if new usergroups needs sending to discord it sends me this error.

any help would be appreciated.

[Discord Extension] An error occured whilst submitting a request to https://discordapp.com/api/guilds/457795488662683654/members/147257921821081600 (code Forbidden): {"message": "Missing Permissions", "code": 50013}

here is my config

{
  "Discord Bot Token": "REMOVED",
  "Update Interval (Minutes)": 1,
  "Enable Nick Syncing": true,
  "Enable Ban Syncing": true,
  "Enable Role Syncing": true,
  "Role Setup": [{
      "Oxide Group": "default",
      "Discord Role": "Rusty_Boys"
    },
    {
      "Oxide Group": "admin",
      "Discord Role": "DADMIN"
    },
    {
      "Oxide Group": "vip",
      "Discord Role": "VIP"
    }
  ]
}


[Discord Extension] An error occured whilst submitting a request to https://discordapp.com/api/guilds/457795488662683654/members/147257921821081600/roles/457797280930463746 (code Forbidden): {"message": "Missing Permissions", "code": 50013}

Please make sure not to post your bot token. I've formatted your above configuration and removed it.
After some research, it looks like it only happens with players with a private profile, which causes a null to return when it tryies to get Game Count.
Locked automatically