readme update

This commit is contained in:
fluttershy 2025-01-14 23:09:34 +05:00
parent 0eec2a44c6
commit f889ef7c60

View File

@ -14,5 +14,5 @@ Library for creating discord bots
git clone http://applejack.ygg/fluttershy/sparkle.git git clone http://applejack.ygg/fluttershy/sparkle.git
mkdir sparkle/build && cd sparkle/build mkdir sparkle/build && cd sparkle/build
cmake .. && make -j$(nproc) cmake .. && make -j$(nproc)
./sparkle -t <BOT_TOKEN> -i <BOT_INTENTS> ./sparkle -t <BOT_TOKEN>
``` ```