Create README.md
This commit is contained in:
parent
674e913f3d
commit
3b84585211
22
README.md
Normal file
22
README.md
Normal file
@ -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 .
|
||||
```
|
Reference in New Issue
Block a user