diff --git a/Bot/Games/Store.fs b/Bot/Games/Store.fs index 9d59bc0..0de2d83 100644 --- a/Bot/Games/Store.fs +++ b/Bot/Games/Store.fs @@ -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