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
2025-01-01 13:21:48 +05:00

11 lines
225 B
Markdown

# Sparkle
Library for creating discord bots
# How to build
```bash
git clone http://applejack.ygg/fluttershy/sparkle.git
mkdir sparkle/build && cd sparkle/build
cmake .. && make
./sparkle -t <BOT_TOKEN> -i <BOT_INTENTS>
```