From 8c33e109b0490f54d6f48910f1471ba6d9eee453 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Fri, 6 May 2022 21:34:24 +0700 Subject: [PATCH] Change item symbol --- Bot/Games/SlotMachine.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`"