From 3b845852114485dbc62f3743fb7147b45bbd11d1 Mon Sep 17 00:00:00 2001 From: RealFascinated <67254223+RealFascinated@users.noreply.github.com> Date: Fri, 22 Apr 2022 13:54:09 +0100 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..27f920f --- /dev/null +++ b/README.md @@ -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 . +```