diff --git a/src/Bot/Program.fs b/src/Bot/Program.fs
index 24b5fa4b935a27aa69b6012eaf6148894a48418a..fe83193538b1e68b09b1f87f50d3f7c1da3400ef 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