Change to formatting
This commit is contained in:
parent
b8f4e59cbe
commit
d563303f90
@ -81,7 +81,7 @@ let responseSuccessfulHack earnedMoney (targetId : uint64) (hack : BattleItem) =
|
|||||||
embed.ImageUrl <- getHackGif (enum<HackId>(hack.Id))
|
embed.ImageUrl <- getHackGif (enum<HackId>(hack.Id))
|
||||||
embed.Title <- "Hack Attack"
|
embed.Title <- "Hack Attack"
|
||||||
embed.Description <- $"You successfully hacked <@{targetId}> using {hack.Name}"
|
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()
|
DiscordFollowupMessageBuilder()
|
||||||
.AddEmbed(embed.Build())
|
.AddEmbed(embed.Build())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user