diff --git a/Bot/Bot.fs b/Bot/Bot.fs index f8cb229..b6783a7 100644 --- a/Bot/Bot.fs +++ b/Bot/Bot.fs @@ -93,8 +93,8 @@ let asdf (_ : DiscordClient) (event : DSharpPlus.EventArgs.InteractionCreateEven :> Task //hackerBattleBot.add_InteractionCreated(AsyncEventHandler(asdf)) -slotsBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously -GuildEnvironment.botClientSlots <- Some slotsBot +//slotsBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously +//GuildEnvironment.botClientSlots <- Some slotsBot hackerBattleBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously GuildEnvironment.botClientHacker <- Some hackerBattleBot