23 lines
349 B
Markdown
23 lines
349 B
Markdown
|
# 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 .
|
||
|
```
|