This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
ScoreSaber-Leaderboard-Feed/README.md

26 lines
465 B
Markdown
Raw Normal View History

2022-04-22 12:54:09 +00:00
# ScoreSaber-Leaderboard-Feed
Simple leaderboard feed for score saber that sends #1 to the webhook
# Setup
2022-04-22 12:55:40 +00:00
Rename the config example to `config.json` </br>
Setup your config values </br>
Load the node project </br>
2022-04-22 12:54:09 +00:00
```bash
npm i
# or
yarn
```
# Loading
```bash
node .
```
2022-04-22 12:55:40 +00:00
# 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.
}
```