-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicated chat messages in discord when players chat in game #141
Comments
Hello! Sorry to hear you're having issues. Most likely yes, the mods are the cause here and a code modification would be needed to fully fix it. For the prefixes, the bot detects and automatically filters out messages that it detects starting with a "/". It sounds like what's happening here is the bot filters out the message as it normally would - but then the duplicate still comes through, looking like a normal message. One thing you can try is playing with the following config options: If the mod is re-sending chat as a different type of message, maybe something like turning on If you try the above and it works, please let me know so we can help anyone else that has the same problem! One other thing you can try is making sure you don't have duplicates of the bot running. The bot has auto-detection and if you enable From a technical side, fixing mod conflicts would look something like this:
Dishorde is a bit of a 'mod-less' solution as-is, being a tool that works with the game without touching the files. At this time, all of this would be a bit too much of a time sink for me. So, for the foreseeable future, I still advise that mods will not be supported. If you or anyone else opens a pull request with a solution, I'll be happy to look it over. Feel free to reach out if you have any other questions! |
Hello, great bot! Loving it so far. Only issue I am receiving is that when players chat in game it is duplicating their messages in the discord. Is it possible it could have something to do with their prefixes? Because we have colors and prefixes setup for when players hit certain milestones or are part of the admin team. So anybody with a prefix or color in their name the chat gets handled by the ServerTools mod. I know you said support for mods that do anything with chat is not supported. Just curious if there is something I could do on my end here. When a player runs a command that begins with a "/" it is not duplicating the message in discord even if that player has a color and prefix.
The text was updated successfully, but these errors were encountered: