Inline
This commit is contained in:
parent
c1c5b60fc8
commit
9d1ea037b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user