suicvne / DiscordSharp

A .Net API for Discord written in C#
MIT License
130 stars 33 forks source link

Unable to connect and read/send messages. #36

Closed Krognol closed 8 years ago

Krognol commented 8 years ago

The Connected event doesn't write anything to the console after starting. I changed client.ClientPrivateInformation.email and client.ClientPrivateInformation.password to client.ClientPrivateInformation.Email and client.ClientPrivateInformation.Password. It used to work just fine, not sure what changed. I have version 0.6.0.7-rc1 according to NuGet.

suicvne commented 8 years ago

Try latest Dev branch build

Krognol commented 8 years ago

Yup, that fixed it! Thanks!