This commit is contained in:
Joseph Ferano 2022-04-14 17:51:27 +07:00
parent 0b403191f5
commit b9c81bd28c

View File

@ -234,7 +234,7 @@ let scan (ctx : IDiscordContext) =
let mutable count = 0 let mutable count = 0
for t in targets do for t in targets do
count <- count + 1 count <- count + 1
sb.AppendLine($"{count}.) {t.Name}") |> ignore sb.AppendLine($"{count}.) **{t.Name}**") |> ignore
let msg = let msg =
if targets.Length > 0 then 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}" $"**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}"