Actual name: dethrise_TTV

Actual name: Ducky [Bomb]

This might be something related to markdown characters.
There is a regex used on the victim/attackers name, which may be causing the problem
https://github.com/BadgerCode/tttdamagelogs/blob/master/lua/damagelogs/server/discord.lua#L57-L61
discordUpdate.victim.nick:gsub("([%*_~<>\\@%]])", "\\%1")
-- This is used inside link markdown
-- [Player name](https://link-to-profile)