From 670a498dcef756b6d4445d2a42251b9edc0f1a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=BCller?= Date: Wed, 16 Mar 2022 22:21:16 +0100 Subject: [PATCH 1/2] change config.json to be able to get parsed again --- TomatenMusic Api/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TomatenMusic Api/config.json b/TomatenMusic Api/config.json index ae772c3..650b90c 100644 --- a/TomatenMusic Api/config.json +++ b/TomatenMusic Api/config.json @@ -1,8 +1,8 @@ { - "TOKEN"´: "YOUR_BOT_TOKEN", - "LavaLinkPassword": "", - "SpotifyClientId": "", - "SpotifyClientSecret": "", - "YoutubeApiKey": "" + "TOKEN": "YOUR_BOT_TOKEN", + "LavaLinkPassword": " ", + "SpotifyClientId": " ", + "SpotifyClientSecret": " ", + "YoutubeApiKey": " " } -- 2.45.2 From 32977bc39e2b93d6700fe86de36f1ef4e70a6428 Mon Sep 17 00:00:00 2001 From: Tueem <72763011+EkiciLP@users.noreply.github.com> Date: Wed, 16 Mar 2022 22:32:18 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3aa60e7..3223845 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Dev ![TeamCity dev build status](https://ci.tomatentum.net/app/rest/builds/build Master ![TeamCity master build status](https://ci.tomatentum.net/app/rest/builds/buildType:id:TomatenMusicV2_Build,branch:name:master/statusIcon.svg) # TomatenMusic + +Project CI can be found [here](https://ci.tomatentum.net/project/TomatenMusicV2 "Tomatentum CI") -- 2.45.2