From 98b8e43d18ca98b135e141322b9e492898b81bad Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sun, 19 Jun 2022 23:31:57 +0700 Subject: [PATCH] Do that thing --- Bot/Embeds.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bot/Embeds.fs b/Bot/Embeds.fs index 151dd7b..9ba223a 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.DiscordId}>!\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.DiscordId}>!\n\n" + (if earnedMoney then $"**__Defender Extracted__**: `{totalTaken} 💰$GBT`\n" else "") let bonusMsg =