diff --git a/Bot/Embeds.fs b/Bot/Embeds.fs index 9af533f..01d4d5f 100644 --- a/Bot/Embeds.fs +++ b/Bot/Embeds.fs @@ -58,13 +58,13 @@ 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 steal more!!!\n" , $"\n**__Potential Bonus:__**\n{bonus} 💰$GBT" + "\nYou're stronger so you'll steal more!!!\n" , $"\n**__Potential Bonus:__**\n`{bonus} 💰$GBT`" else "\nYou're not stronger than them, you need to eat more!" , "" let stealMsg = if not isTrainer then $""" - {defender.Name} has **{defender.Bank} $GBT** we can take from them. + **{defender.Name}** has `{defender.Bank} $GBT`` we can take from them. **__Your Strength:__** `💪 {attacker.Stats.Strength.Amount}`