From b9c81bd28ce1227ddbe396e50b512dce6e20f1b4 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 14 Apr 2022 17:51:27 +0700 Subject: [PATCH] Bold --- Bot/Games/HackerBattle.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bot/Games/HackerBattle.fs b/Bot/Games/HackerBattle.fs index ed0e8fd..0642bb1 100644 --- a/Bot/Games/HackerBattle.fs +++ b/Bot/Games/HackerBattle.fs @@ -234,7 +234,7 @@ let scan (ctx : IDiscordContext) = let mutable count = 0 for t in targets do count <- count + 1 - sb.AppendLine($"{count}.) {t.Name}") |> ignore + sb.AppendLine($"{count}.) **{t.Name}**") |> ignore let msg = if targets.Length > 0 then $"**Targets Connected to the Network:**\n\n These are 5 targets you can attempt to hack right now... let's hope they're not shielded!\n\n{sb}"