1.0.2 release
braindigitalis
released this
23 May 12:56
·
3882 commits
to master
since this release
This is the 1.0.2 release of D++!
This release fixes some issues with interactions, and refactors the camel case names remaining in the lib to match the correct snake case, e.g. DiscordClient
becomes discord_client
and ConnectVoice
becomes connect_voice
. Be sure to update your code when you update to this version.
Windows support is still experimental and should be avoided for the time being. To run this library on windows use WSL2.