forked from rcxpony/sparkle
995633f637
Sparkle
Library for creating discord bots
ToDo
- Websocket support
- Minimal discord api support
- Selfbot support
- Easy to use
- [] Support json extraction from server response
- [] Optimised for high loads
- [] Full api support
- [] Fixes for known bugs
How to build
git clone http://applejack.ygg/fluttershy/sparkle.git
mkdir sparkle/build && cd sparkle/build
cmake .. && make
./sparkle -t <BOT_TOKEN> -i <BOT_INTENTS>
Languages
C++
99.8%
CMake
0.2%