1
0
forked from rcxpony/sparkle

11 lines
225 B
Markdown
Raw Normal View History

2024-12-31 02:34:02 +05:00
# Sparkle
2024-12-31 02:46:47 +05:00
Library for creating discord bots
2024-12-31 02:34:02 +05:00
# How to build
```bash
2025-01-01 13:21:48 +05:00
git clone http://applejack.ygg/fluttershy/sparkle.git
2024-12-31 06:10:27 +05:00
mkdir sparkle/build && cd sparkle/build
2024-12-31 02:34:02 +05:00
cmake .. && make
2024-12-31 04:46:39 +05:00
./sparkle -t <BOT_TOKEN> -i <BOT_INTENTS>
2024-12-31 02:34:02 +05:00
```