src | ||
.gitignore | ||
config-example.json | ||
package-lock.json | ||
package.json | ||
README.md |
ScoreSaber-Leaderboard-Feed
Simple leaderboard feed for score saber that sends #1 to the webhook
Setup
Rename the config example to config.json
Setup your config values
Load the node project
npm i
# or
yarn
Loading
node .
Default Config
{
"webhook": "", # The Discord Webhook
"countryOnly": "" # Allow only this countrys or scores in the feed, can also be "ALL" to allow every country.
}