Do that thing

This commit is contained in:
Joseph Ferano 2022-06-19 23:31:57 +07:00
parent cc7055e898
commit 98b8e43d18

View File

@ -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 =