From 19a80073755e65c72a561b5e9edb2318f5a9b9b7 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sat, 5 Mar 2022 23:03:20 +0700 Subject: [PATCH] Disable bot disabling --- Bot/Bot.fs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bot/Bot.fs b/Bot/Bot.fs index b8e4ba1..2936cbf 100644 --- a/Bot/Bot.fs +++ b/Bot/Bot.fs @@ -1,7 +1,6 @@ module Degenz.Bot open System.IO -open System.IO.Pipes open System.Threading.Tasks open DSharpPlus open DSharpPlus.SlashCommands @@ -123,7 +122,7 @@ let rec loop areBotsRunning = return! loop (ran) } -Async.Start (loop true) +//Async.Start (loop true) Task.Delay(-1)