From b08426001a76ef3bf470f8fbb92a3ee94cbeb275 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 13 Jun 2022 21:56:27 +0700 Subject: [PATCH] Remove Mint Allowance --- Bot/Games/Store.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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