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

19 lines
463 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>
```