Remove Mint Allowance
This commit is contained in:
parent
a2cae35d14
commit
b08426001a
@ -123,8 +123,8 @@ let getItemEmbeds owned (items : StoreItem list) =
|
||||
|> String.concat "\n"
|
||||
embed.AddField($"Effect - Amount", $"{fx}", true) |> ignore
|
||||
| _ -> ())
|
||||
if item.Item.Type = ItemType.Whitelist then
|
||||
embed.AddField("Mint Allowance", (if item.Item.Id = "WHITEOG" then 2 else 1) |> string, true) |> ignore
|
||||
// if item.Item.Type = ItemType.Whitelist then
|
||||
// embed.AddField("Mint Allowance", (if item.Item.Id = "WHITEOG" then 2 else 1) |> string, 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