Change item symbol

This commit is contained in:
Joseph Ferano 2022-05-06 21:34:24 +07:00
parent 8cb20b414c
commit 8c33e109b0

View File

@ -173,7 +173,7 @@ let handlePrizeTable (ctx : IDiscordContext) =
else
$"{acc}\n{line} {prizeTxt}"
(i + 1) , text
let! jackpot = DbService.getStoreItemBySymbol "WHITELIST"
let! jackpot = DbService.getStoreItemBySymbol "JACKPOT"
let _ , rows = Array.fold folder (0, "") prizeTable
embed.Color <- DiscordColor.Green
embed.Title <- $"CURRENT JACKPOT: `{jackpot.Stock} 💰 $GBT`"