Bishbash777 / SEDB-RELOADED

MIT License
8 stars 13 forks source link

Regex to filter in-game messages for Nexus and alike #45

Closed ryo0ka closed 1 year ago

ryo0ka commented 2 years ago

Nexus' "bundled" Discord client isn't perfect and we had to opt out to using SEDB for certain server messages etc. The problem is that it causes Discord messages to duplicate when multiple Nexus instances are connected to the same Discord channel.

image

This PR will introduce a regex config property which allows admins to filter out server messages in game, which can be used to prevent the duplicate messages from taking place.

image

image