From ca1f1b269d127f8d2dfd90fcf121a08c18a802c0 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 11 Apr 2022 11:05:58 +0700 Subject: [PATCH] Disable --- Bot/Bot.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bot/Bot.fs b/Bot/Bot.fs index d3c8c09..78cf38d 100644 --- a/Bot/Bot.fs +++ b/Bot/Bot.fs @@ -107,8 +107,8 @@ GuildEnvironment.botClientRecruit <- Some inviterBot //adminBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously //stealBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously -if guild <> 922419263275425832uL then - Trainer.sendInitialEmbed hackerBattleBot +//if guild <> 922419263275425832uL then +// Trainer.sendInitialEmbed hackerBattleBot // InviteTracker.sendInitialEmbed inviterBot //SlotMachine.sendInitialEmbed slotsBot