Create README.md

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

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 .
```