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