oysteikt/wiki-math-bot
oysteikt
/
wiki-math-bot
Archived
1
0
Fork 0

Remove message logging

This commit is contained in:
Oystein Kristoffer Tveit 2021-03-26 20:02:21 +01:00
parent f82817d0f8
commit 6254bb155c
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ module core =
let mutable previousResults = getStatus let mutable previousResults = getStatus
async { async {
client.add_MessageCreated(fun e -> async { Console.WriteLine e.Message.Content } |> Async.StartAsTask :> _)
commands.RegisterCommands<BotCommands>() commands.RegisterCommands<BotCommands>()
client.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously client.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously
do! scrapePeriodically (scrapeFun client previousResults do! scrapePeriodically (scrapeFun client previousResults