This project is currently in development. And is not ready for use.
To run this project you need to provide the Discord-Social-SDK by yourself.
By creating an application on the Discord Developer Portal, then going to DISCORD SOCIAL SDK. Entering your details, and then download the newest SDK for C++.
Then create a new folder called lib and these files:
/discord_social_sdk/include/cdiscord.h/discord_social_sdk/bin/release/discord_partner_sdk.dll/discord_social_sdk/lib/release/libdiscord_partner_sdk.dylib/discord_social_sdk/lib/release/libdiscord_partner_sdk.so
in the lib folder.
To test this project you have a couple of test program in the /test folder.
You always need to add the Flag -appid=<int64> for the Discord Application ID. Run the test with the -help flag to get all Flags.