diff --git a/Bot/Embeds.fs b/Bot/Embeds.fs index be75379..c01612b 100644 --- a/Bot/Embeds.fs +++ b/Bot/Embeds.fs @@ -66,7 +66,7 @@ let pickHack actionId attacker defender bonus isTrainer = let ( outcomeMsg , bonusMsg ) = if attacker.Stats.Strength.Amount > defender.Stats.Strength.Amount then - "\nYou're **STRONGER** so you'll **HACK MORE!!!**\n" , $"\n**__Potential Bonus:__**\n`{bonus} 💰$GBT`" + "\nYou're **STRONGER** so you'll **HACK MORE!!!** `💰$GBT`\n" , $"\n**__Potential Bonus:__**\n`{bonus} 💰$GBT`" else "\nYou're **NOT STRONGER** than them, you need to **EAT MORE!**" , "" let stealMsg =