Change to formatting

This commit is contained in:
Joseph Ferano 2022-02-11 20:23:04 +07:00
parent b8f4e59cbe
commit d563303f90

View File

@ -81,7 +81,7 @@ let responseSuccessfulHack earnedMoney (targetId : uint64) (hack : BattleItem) =
embed.ImageUrl <- getHackGif (enum<HackId>(hack.Id))
embed.Title <- "Hack Attack"
embed.Description <- $"You successfully hacked <@{targetId}> using {hack.Name}"
+ (if earnedMoney then ", and stole 💰$GBT {Game.HackPrize} from them!" else "!")
+ (if earnedMoney then $", and stole {Game.HackPrize} 💰$GBT from them!" else "!")
DiscordFollowupMessageBuilder()
.AddEmbed(embed.Build())