From a3f8cd1bdc5465bb22a95fc5c0d08aa859ec3d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=BCller?= Date: Tue, 15 Mar 2022 23:07:24 +0100 Subject: [PATCH] config.json sample Add and Readme.md update --- README.md | 3 ++- TomatenMusic Api/config.json | 8 ++++++++ TomatenMusic V2.sln | 5 +++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 TomatenMusic Api/config.json diff --git a/README.md b/README.md index 1b39896..90cb3f9 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -TomatenMusic V2 \ No newline at end of file +![TeamCity build status](https://ci.tomatentum.net/app/rest/builds/buildType:id:TomatenMusicV2_Build/statusIcon.svg) +# TomatenMusic \ No newline at end of file diff --git a/TomatenMusic Api/config.json b/TomatenMusic Api/config.json new file mode 100644 index 0000000..ae772c3 --- /dev/null +++ b/TomatenMusic Api/config.json @@ -0,0 +1,8 @@ +{ + "TOKEN"´: "YOUR_BOT_TOKEN", + "LavaLinkPassword": "", + "SpotifyClientId": "", + "SpotifyClientSecret": "", + "YoutubeApiKey": "" + +} diff --git a/TomatenMusic V2.sln b/TomatenMusic V2.sln index 5141398..2039acd 100644 --- a/TomatenMusic V2.sln +++ b/TomatenMusic V2.sln @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TomatenMusic Api", "Tomaten EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TomatenMusicCore", "TomatenMusicCore\TomatenMusicCore.csproj", "{54481E45-9FE3-4CF3-9CE9-489B678AE472}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A3F84EF2-B7C2-44F0-B392-6824AE96530A}" + ProjectSection(SolutionItems) = preProject + Readme.md = Readme.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU