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