Skipping Discord Sync: regular regulardiscord False
Hi,  Just need a hand trouble shooting an issue with DCR. For some reason when it goes to sync the regular Role from the Discord to the Umod group regulardiscord it returns false. I'm unsure as to why this is....any ideas?

(18:49:09) | [Discord Core Roles] Player skipping Discord Sync: regular regulardiscord False

{
  "Sync Data": [
    {
      "Oxide Group": "regulardiscord",
      "Discord Role (Name or Id)": "regular",
      "Sync Source (Umod or Discord)": "Discord"
    }
  ]
}

-

{
  "Discord API Key": "REMOVE FOR POST",
  "Bot Guild ID (Can be left blank if bot in only 1 guild)": "",
  "Discord Join Code": "",
  "Enable Commands In Bot Channel": false,
  "Bot Channel Name or Id": "bot",
  "In Game Chat Command": "dc",
  "Discord Bot Join Command": "join",
  "Discord Bot Plugins Command": "plugins",
  "Discord Bot Help Command": "help",
  "Discord Bot Leave Command": "leave",
  "Discord Bot Commands Command": "commands",
  "Enable Discord Server Join Notification": true,
  "Enable Linking Discord To Rust": true,
  "Use DiscordAuth": true,
  "Use DiscordConnect": false,
  "Use External Hooks": false
}
as well
5b72d61063439.png GermanRuss
as well
Hey mate if you update to the new DiscordCore and turn the following two to false in the DiscordCore config it should work. Did for me at least :)
  "Enable Discord Server Join Notification": false,
  "Enable Linking Discord To Rust": false,​