diff --git a/Bot/Embeds.fs b/Bot/Embeds.fs index c01612b..e63373c 100644 --- a/Bot/Embeds.fs +++ b/Bot/Embeds.fs @@ -140,7 +140,8 @@ let responseCreatedShield (shield : ShieldItem) = let eventSuccessfulHack (ctx : IDiscordContext) target prize = DiscordMessageBuilder() - .WithContent($"{ctx.GetDiscordMember().Username} successfully hacked <@{target.DiscordId}> and took {prize} GoodBoyTokenz") + .WithAllowedMention(UserMention(target.DiscordId)) + .WithContent($"{ctx.GetDiscordMember().Username} successfully hacked {target.Name} and took {prize} GoodBoyTokenz") let getArsenalEmbed (player : PlayerData) = DiscordFollowupMessageBuilder()