A c discord API....that needs some work
Clone Discord-C
Set your token by going to main.c and updating with your own token. (obtained from LocalStorage). Build Discord-C:
Run the Discord-C example:
Clone Discord-C
Build Discord-C:
The discord-c static library is libdiscord-c.a. To compile your Discord-C programs please use the following gcc/clang flags:
-I/path/to/discord-c/lib -L/path/to/discord-c/lib -lwebsockets -lssl -lcrypto -lpthread -lcjson -lcurl -ldiscord-c
https://github.com/Audiatorix/Disclird
Written by Alpha-V. Please open an issue if you're experiencing any issues/have feature suggestions!