forked from rcxpony/sparkle

this adds library cxxopts in utils/cxxopts.hpp and adds several flags (version, help, token) we should foind how to update the vesrion in the furute
Sparkle
Library for creating Discord bots.
How to Build
Required Libraries
curl
ixwebsocket
Build Instructions
git clone http://applejack.ygg/fluttershy/sparkle.git && cd sparkle
cmake -B build && cmake --build build -j$(nproc)
build/sparkle -t <BOT_TOKEN>
ToDo
- Websocket support
- Minimal discord api support
- Selfbot support
- Easy to use
- Optimised for high loads (not tested)
- Full api support
- Fixes for known bugs
- Windows support
- Sharding
- Tests
Languages
C++
99.8%
CMake
0.2%