From f068dfdd9524e3f10ed1d9f7a3fc4f2f6a9a98f9 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 11 Apr 2022 10:31:05 +0700 Subject: [PATCH] Send embed --- Bot/Bot.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bot/Bot.fs b/Bot/Bot.fs index 78cf38d..d3c8c09 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