This fork of DSharpPlus removes unsafe code execution from the library. The following changes are implemented:
- Removes unsafe buffers used during Zstd payload decompression.
- Removes references to third-party C libaries libzstd and sodium.
- Adds overflow check for received messages. The maximum payload size (32 kb).
An unofficial .NET wrapper for the Discord API, based off DiscordSharp, but rewritten to fit the API standards.
The documentation for the latest nightly version is available at dsharpplus.github.io.
The following resources apply only for the latest stable version of the library.