Update README.md

This commit is contained in:
RealFascinated 2022-04-22 13:55:40 +01:00 committed by GitHub
parent 3b84585211
commit 5d8d878c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,15 +1,10 @@
# ScoreSaber-Leaderboard-Feed # ScoreSaber-Leaderboard-Feed
Simple leaderboard feed for score saber that sends #1 to the webhook 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 # Setup
Rename the config example to `config.json` </br>
Setup your config values </br>
Load the node project </br>
```bash ```bash
npm i npm i
# or # or
@ -20,3 +15,11 @@ yarn
```bash ```bash
node . node .
``` ```
# Default Config
```json
{
"webhook": "", # The Discord Webhook
"countryOnly": "" # Allow only this countrys or scores in the feed, can also be "ALL" to allow every country.
}
```