diff --git a/README.md b/README.md new file mode 100644 index 0000000..27f920f --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# ScoreSaber-Leaderboard-Feed +Simple leaderboard feed for score saber that sends #1 to the webhook + +# Config +```json +{ + "webhook": "", # The Discord Webhook + "countryOnly": "" # Allow only this countrys or scores in the feed, can also be "ALL" to allow every country. +} +``` + +# Setup +```bash +npm i +# or +yarn +``` + +# Loading +```bash +node . +```