From 0eecdf051a92366306c96eadde4d6f74fc6e1d77 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 11 Apr 2022 10:24:57 +0700 Subject: [PATCH] Just the main 3 --- Bot/Bot.fs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Bot/Bot.fs b/Bot/Bot.fs index db62245..78cf38d 100644 --- a/Bot/Bot.fs +++ b/Bot/Bot.fs @@ -93,8 +93,6 @@ let asdf (_ : DiscordClient) (event : DSharpPlus.EventArgs.InteractionCreateEven :> Task //hackerBattleBot.add_InteractionCreated(AsyncEventHandler(asdf)) -slotsBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously - hackerBattleBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously GuildEnvironment.botUserHackerBattle <- Some hackerBattleBot.CurrentUser @@ -104,8 +102,9 @@ GuildEnvironment.botUserArmory <- Some storeBot.CurrentUser inviterBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously GuildEnvironment.botClientRecruit <- Some inviterBot +//slotsBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously -adminBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously +//adminBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously //stealBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously //if guild <> 922419263275425832uL then