This commit is contained in:
Joseph Ferano 2022-06-15 00:46:54 +07:00
parent c1c5b60fc8
commit 9d1ea037b2

View File

@ -125,7 +125,7 @@ let getItemEmbeds owned (items : StoreItem list) =
| _ -> ()) | _ -> ())
// if item.Item.Type = ItemType.Whitelist then // if item.Item.Type = ItemType.Whitelist then
// embed.AddField("Mint Allowance", (if item.Item.Id = "WHITEOG" then 2 else 1) |> string, true) |> ignore // 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.Color <- WeaponClass.getClassEmbedColor item.Item
embed.Title <- titleText embed.Title <- titleText
embed.Description <- item.Item.Description embed.Description <- item.Item.Description