Skip to content
Snippets Groups Projects
Commit 6254bb15 authored by Øystein Kristoffer Tveit's avatar Øystein Kristoffer Tveit :beginner:
Browse files

Remove message logging

parent f82817d0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment