main #1

Merged
rcxpony merged 2 commits from main into tests 2025-01-25 09:36:15 +01:00
Showing only changes of commit ebdefba4e2 - Show all commits

View File

@ -10,9 +10,8 @@ Library for creating Discord bots.
### Build Instructions
```sh
git clone http://applejack.ygg/fluttershy/sparkle.git
mkdir sparkle/build && cd sparkle/build
cmake .. && make -j$(nproc)
./sparkle -t <BOT_TOKEN>
cmake -B build && cmake --build build -j$(nproc)
build/sparkle -t <BOT_TOKEN>
```
# ToDo
- [x] Websocket support