diff --git a/Bot/Games/SlotMachine.fs b/Bot/Games/SlotMachine.fs index c3d1926..ff2f50a 100644 --- a/Bot/Games/SlotMachine.fs +++ b/Bot/Games/SlotMachine.fs @@ -395,7 +395,7 @@ let sendEmbedWithLoop (jackpotNumChannel : DiscordChannel) (slotsChannel : Disco | [] -> sendEmbed jackpotNumChannel slotsChannel None | msg::_ -> async.Return (Some msg) while true do - do! Async.Sleep 305000 + do! Async.Sleep 5000 do! sendEmbed jackpotNumChannel slotsChannel message |> Async.Ignore } |> Async.Start