From 6254bb155c416bdd7fa23e1747147f60e5caaafb Mon Sep 17 00:00:00 2001
From: h7x4 <h7x4abk3g@protonmail.com>
Date: Fri, 26 Mar 2021 20:02:21 +0100
Subject: [PATCH] Remove message logging

---
 src/Bot/Program.fs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Bot/Program.fs b/src/Bot/Program.fs
index 24b5fa4..fe83193 100644
--- a/src/Bot/Program.fs
+++ b/src/Bot/Program.fs
@@ -32,7 +32,6 @@ module core =
     let mutable previousResults = getStatus
 
     async {
-      client.add_MessageCreated(fun e -> async { Console.WriteLine e.Message.Content } |> Async.StartAsTask :> _)
       commands.RegisterCommands<BotCommands>()
       client.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously
       do! scrapePeriodically (scrapeFun client previousResults
-- 
GitLab