Could there be an option to eliminate Players Steam ID in the feed?
A consideration
I could look at adding that in the future.
For now, you can edit the plugin line:
var json = $"{{\"content\":\"{player.displayName} ({player.UserIDString}) has just destroyed Bradley!\"}}";to
var json = $"{{\"content\":\"{player.displayName} has just destroyed Bradley!\"}}";and that will only show the name and not the steamid.