Names from chat does not show in DiscordSolved

Names from game chat does not show in Discord feed anymore, only the message.

I'm using BeterChat.

I'm not able to reproduce it. Can you confirm you're on the latest version? Can you also send screenshots of the issue?

I'm pretty sure it used to show names in the Discord feed.

(14:56:41) | Loaded plugin Discord Chat v1.0.2 by MJSU

Also, the bot writes messages sent from discord even with the config option set to false.

{
  "Chat Channel name or id": "********************",
  "Team Channel name or id": "********************",
  "Join / Leave Channel name or id": "********************",
  "Add discord tag to chat": true,
  "Use bot to display message": false,
  "Discord tag text": "Discord",
  "Discord tag color": "1874CD",
  "Text Filter": {
    "@everyone": "everyone",
    "@here": "here"
  },
  "Ignored Commands": [
    "!rust"
  ],
  "Plugin Support": {
    "AdminChat Settings": {
      "Exclude from chat channel": true,
      "Admin chat channel": "admin-chat",
      "Admin Chat Prefix": "@",
      "Enable AdminChat Plugin Support": false
    },
    "ChatTranslator Settings": {
      "Discord Server Chat Language": "en"
    }
  }
}

Alright, so I have a theory as to why this would happen. In your BetterChat.json there is an option to control chat output to console which you can see in the picture below. That is what DiscordChat is using when it displays. Can you confirm that you have {UserName} in the console output?


The 2nd issue was a bug and has been fixed. I'll push that out soon once we get to the bottom of the other issue.

Sorry for the delay,

I didn't have {Username} in BetterChat console output before because we didn't need it, but I added it and now DiscordChat sends names to the feed.
I'm fairly sure that it worked before and I haven't touched the BetterChat data config in ages.
I might be wrong though.

Anyway, it works now, thanks.

Yea some changes were made in the newer updates to pull directly from BetterChat. It was just cleaner and nicer looking. I'm happy it's working now.
Locked automatically