This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
sparkle/README.md
2024-12-31 06:10:27 +05:00

11 lines
260 B
Markdown

# Sparkle
Library for creating discord bots
# How to build
```bash
git clone https://\[226:6bac:39d0:90bd:f480:fb4d:fadf:2045\]:8443/fluttershy/sparkle.git
mkdir sparkle/build && cd sparkle/build
cmake .. && make
./sparkle -t <BOT_TOKEN> -i <BOT_INTENTS>
```