Money bag
This commit is contained in:
parent
73ce6c08f1
commit
2a72b0d37c
@ -78,7 +78,7 @@ let getItemEmbeds owned (items : StoreItem list) =
|
||||
|> List.iter (function
|
||||
| Buyable price ->
|
||||
if not owned then
|
||||
embed.AddField("Price", (if price = 0<GBT> then "Free" else $"{price} $GBT"), true) |> ignore
|
||||
embed.AddField("Price", (if price = 0<GBT> then "Free" else $"{price} 💰 $GBT"), true) |> ignore
|
||||
| Attackable power ->
|
||||
let title = match item.Item.Type with ItemType.Hack -> "Reward" | _ -> "Power"
|
||||
embed.AddField($"{title}", string power, true) |> ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user