Remove message logging
This commit is contained in:
parent
f82817d0f8
commit
6254bb155c
|
@ -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
|
||||||
|
|
Reference in New Issue