Disable bot disabling

This commit is contained in:
Joseph Ferano 2022-03-05 23:03:20 +07:00
parent e7bb53006f
commit 19a8007375

View File

@ -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)