Remove message logging

This commit is contained in:
Oystein Kristoffer Tveit 2021-03-26 20:02:21 +01:00
parent f82817d0f8
commit 6254bb155c

View File

@ -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