From 9d1ea037b25804825282bfb6dd2e30074a501fa2 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Wed, 15 Jun 2022 00:46:54 +0700 Subject: [PATCH] Inline --- Bot/Games/Store.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bot/Games/Store.fs b/Bot/Games/Store.fs index b460ddc..5ee8682 100644 --- a/Bot/Games/Store.fs +++ b/Bot/Games/Store.fs @@ -125,7 +125,7 @@ let getItemEmbeds owned (items : StoreItem list) = | _ -> ()) // if item.Item.Type = ItemType.Whitelist then // embed.AddField("Mint Allowance", (if item.Item.Id = "WHITEOG" then 2 else 1) |> string, true) |> ignore - item.TotalSold |> Option.iter (fun total -> embed.AddField("Total Sold", string total) |> ignore) + item.TotalSold |> Option.iter (fun total -> embed.AddField("Total Sold", string total, true) |> ignore) embed.Color <- WeaponClass.getClassEmbedColor item.Item embed.Title <- titleText embed.Description <- item.Item.Description