Bishbash777 / SEDB-RELOADED

MIT License
8 stars 13 forks source link

using 2 discord channels for game chat causes second channel to have the players name twice. #40

Closed bodyboarder2528 closed 2 years ago

bodyboarder2528 commented 3 years ago

image

Gelidan commented 2 years ago

Hello, I have the same issue with this plugin. We use the same bot in two separate server. One (the first in the config) works fine, the second one duplicates the names.

seDiscordBridgeError

Here are my config values:

<Enabled>true</Enabled>
  <PreLoad>true</PreLoad>
  <Embed>false</Embed>
  <DisplaySteamId>false</DisplaySteamId>
  <BotToken>-----------------------------------</BotToken>
  <ChatChannelId>11111111111 222222222222</ChatChannelId>
  <Format>:skull: **{p}**: {msg}</Format>
  <Format2>[D]{p}</Format2>
  <CommandChannelId />
  <CommandPrefix>;;</CommandPrefix>
  <AsServer>false</AsServer>
  <UseNicks>false</UseNicks>
  <BotToGame>false</BotToGame>
  <ServerToDiscord>true</ServerToDiscord>
  <ServerName>NSS</ServerName>
  <StatusChannelId>333333333333</StatusChannelId>
  <Started>:white_check_mark: Server Started!</Started>
  <Stopped>:x: Server Stopped!</Stopped>
  <StripGPS>false</StripGPS>
  <Connect>:key: The player {p} connected to server</Connect>
  <Join>:sunny: The player {p} joined the server</Join>
  <Leave>:new_moon: The player {p} left the server</Leave>
  <SimPing>true</SimPing>
  <SimChannel>333333333333</SimChannel>
  <SimThresh>0.60</SimThresh>
  <SimMessage>@here Simulation speed has dropped below threshold!</SimMessage>
  <SimCooldown>1200</SimCooldown>
  <UseStatus>true</UseStatus>
  <StatusInterval>5000</StatusInterval>
  <StatusPre>Server Starting...</StatusPre>
  <Status>{p} players | SS {ss}</Status>
  <MentOthers>true</MentOthers>
  <MentEveryone>false</MentEveryone>
  <TokenVisibleState>Visible</TokenVisibleState>
  <RemoveResponse>30</RemoveResponse>
  <FactionChannels />
  <GlobalColor>White</GlobalColor>
  <FacColor>Green</FacColor>
  <FacFormat>:ledger: **{p}**: {msg}</FacFormat>
  <FacFormat2>[D-Fac]{p}</FacFormat2>
  <CommandPerms />

What am I missing?