Team chat being relayed as global chat
Seems like this is relaying all team chat as well as global with chat relay enabled.  Is there a way to only relay global?  Relaying team chat for the entire server to a discord channel doesn't seem ideal at all.  I'm using Better Chat on our server.  Here's my config. 
{
  "chat.channel": "661730994361073683",
  "chat.server_channel": "661730994361073683",
  "chat.server_styled": true,
  "chat.server_styled_color": "darkred",
  "chat.styled": true,
  "chat.styled_color": "darkorange",
  "config.version": 3,
  "relay.betterchat": true,
  "relay.chat": true,
  "relay.discordchat": true,
  "relay.givenotices": true,
  "relay.serverchat": true
}           ​
Thanks for the update really apreciate it.  After install though I get this on loading PountBotChatRelay

[2/14/2020 10:22:41] Web request produced exception (Url: https://api.poundbot.com/api/chat) (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Core.Libraries.WebRequests+WebRequest.<WaitForResponse>b__40_0 (System.IAsyncResult res) [0x00000] in <b0a93b504f034a0db8b1c3d2503c0987>:0
[2/14/2020 10:26:06] Web request produced exception (Url: https://api.poundbot.com/api/chat) (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Core.Libraries.WebRequests+WebRequest.<WaitForResponse>b__40_0 (System.IAsyncResult res) [0x00000] in <b0a93b504f034a0db8b1c3d2503c0987>:0 
[2/14/2020 10:26:06] Web request produced exception (Url: https://api.poundbot.com/api/chat) in 'PoundBotChatRelay v2.0.3' plugin (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Core.Libraries.WebRequests+WebRequest.<WaitForResponse>b__40_0 (System.IAsyncResult res) [0x00000] in <b0a93b504f034a0db8b1c3d2503c0987>:0 
[2/14/2020 10:26:06] Web request produced exception (Url: https://api.poundbot.com/api/chat) (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Core.Libraries.WebRequests+WebRequest.<WaitForResponse>b__40_0 (System.IAsyncResult res) [0x00000] in <b0a93b504f034a0db8b1c3d2503c0987>:0 
[2/14/2020 10:26:06] Web request produced exception (Url: https://api.poundbot.com/api/players/registered) (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Core.Libraries.WebRequests+WebRequest.<WaitForResponse>b__40_0 (System.IAsyncResult res) [0x00000] in <b0a93b504f034a0db8b1c3d2503c0987>:0  ​


And relay doesn't seem to work at all now.

Merged post

Disregard.  Seems to be working fine after a config delete, reload and reconfig.