Update README.md
This commit is contained in:
parent
3b84585211
commit
5d8d878c90
19
README.md
19
README.md
@ -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.
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user