diff --git a/Bot/Games/SlotMachine.fs b/Bot/Games/SlotMachine.fs index cfe0505..9cfb6da 100644 --- a/Bot/Games/SlotMachine.fs +++ b/Bot/Games/SlotMachine.fs @@ -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`"