We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to get Discord.Net v0.7.3 (or the latest) it throws an error about not being able to resolve the dependency WebSocketSharp.
Error log: Install-Package Discord.Net -Version 0.7.3 Attempting to resolve dependency 'Newtonsoft.Json (≥ 7.0.1)'. Attempting to resolve dependency 'RestSharp (≥ 105.2.3)'. Attempting to resolve dependency 'WebSocketSharp (≥ 1.0.3-rc9)'. Install-Package : Unable to resolve dependency 'WebSocketSharp (≥ 1.0.3-rc9)'. At line:1 char:16
The text was updated successfully, but these errors were encountered:
Using "Install-Package WebSocketSharp -Pre" and then adding Discord.Net does work however.
Sorry, something went wrong.
Fix line about PriorityAttribute (#21)
75b74e1
Sorting with the highest number first is *de*scending order.
Added resolved entity support (untested), closes discord-net#21. Adde…
b394987
…d GetOriginalResponseAsync to SocketInteraction. Fixed a few null bugs
No branches or pull requests
When trying to get Discord.Net v0.7.3 (or the latest) it throws an error about not being able to resolve the dependency WebSocketSharp.
Error log:
Install-Package Discord.Net -Version 0.7.3
Attempting to resolve dependency 'Newtonsoft.Json (≥ 7.0.1)'.
Attempting to resolve dependency 'RestSharp (≥ 105.2.3)'.
Attempting to resolve dependency 'WebSocketSharp (≥ 1.0.3-rc9)'.
Install-Package : Unable to resolve dependency 'WebSocketSharp (≥ 1.0.3-rc9)'.
At line:1 char:16
The text was updated successfully, but these errors were encountered: