sparkle/README.md
2025-01-14 16:23:38 +05:00

19 lines
467 B
Markdown

# Sparkle
Library for creating discord bots
# ToDo
- [x] Websocket support
- [x] Minimal discord api support
- [x] Selfbot support
- [x] Easy to use
- [ ] Support json extraction from server response
- [ ] Optimised for high loads
- [ ] Full api support
- [ ] Fixes for known bugs
# How to build
```sh
git clone http://applejack.ygg/fluttershy/sparkle.git
mkdir sparkle/build && cd sparkle/build
cmake .. && make
./sparkle -t <BOT_TOKEN> -i <BOT_INTENTS>
```