Closed Naamloos closed 8 years ago
Specifics?
I'm sorry, client.PrivateMessageReceived and client.MessageReceived.
Is it in the example application?
It is in my example application
Okay, I'll take a look today and get back to you. A recent addition is a 3 second artifican delay being ran before triggering connected. looks something like this
Task.Run(()=>
{
Task.Delay(3500);
Connected?.Invoke(this, Me);
});
Thanks :smile:
Events are triggering fine for me. I just added a WriteLine everytime the MessageReceived event fires. No other changes to code. (I know, it's not the actual message text but i just wanted to verify this quickly)
That's exactly what i did, weird. let me try again ;)
well it works now... false alarm c: thanks for your support
i tried earlier today and the bot would respond or log any messages. I'm sorry for bothering you :/
No problem! :+1: All is good :)
This might have to do with changes in events at discordsharp-v0.6.0.68-dev.