From 6412f344f79e1f83cfa4a5a92b9e17452ec3606a Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sun, 27 Feb 2022 15:13:53 +0700 Subject: [PATCH] Disable thief --- Bot/Bot.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bot/Bot.fs b/Bot/Bot.fs index f58fcd8..dfb89e2 100644 --- a/Bot/Bot.fs +++ b/Bot/Bot.fs @@ -83,7 +83,7 @@ GuildEnvironment.botUserHackerBattle <- Some hackerBattleBot.CurrentUser storeBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously GuildEnvironment.botUserArmory <- Some storeBot.CurrentUser -stealBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously +//stealBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously //async { // let! user = hackerBattleBot.GetUserAsync(GuildEnvironment.botIdHackerBattle) |> Async.AwaitTask