From 31777c96e5c5c75ea6f8cc7e169250b5a1099d57 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 23 Jun 2022 16:12:11 +0700 Subject: [PATCH] Don't mention twice --- Bot/Embeds.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bot/Embeds.fs b/Bot/Embeds.fs index a8ed29b..844a80f 100644 --- a/Bot/Embeds.fs +++ b/Bot/Embeds.fs @@ -132,10 +132,10 @@ let responseSuccessfulHack2 successful (hacker : PlayerData) (target : PlayerDat let msg = if successful then - $"{hacker.Name} successfully hacked <@!{target.DiscordId}>!\n\n" + $"{hacker.Name} successfully hacked {target.Name}!\n\n" + (if earnedMoney then $"**__Total Hacked__**: `{totalTaken} 💰$GBT`\n" else "") else - $"{hacker.Name} failed to hack <@!{target.DiscordId}>!\n\n" + $"{hacker.Name} failed to hack {target.Name}!\n\n" + (if earnedMoney then $"**__Defender Extracted__**: `{totalTaken} 💰$GBT`\n" else "") let bonusMsg =