From 4fe82b9095dd48ede148d5c3c44f482bd1f75c14 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Fri, 3 Jun 2022 00:30:26 +0700 Subject: [PATCH] Ticks --- Bot/Embeds.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =