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)