Don't mention twice
This commit is contained in:
parent
2b397f960d
commit
31777c96e5
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user