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] 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": " " }