These kills are not send to discord.
It does not show up any messages when.
- You kill or get killed by a animal.
- Die by a high external wooden or stone wall.
- When you drowned.
- When died by Radiation.
I have seen this part:
// Ignore animal related deaths
if (victimType == 2 || killerType == 2)
return;
But i dont know about the other deaths.
I works fine in the in-game chat.