From d921662f205eb7f3542e249eb38194f0abb8f139 Mon Sep 17 00:00:00 2001
From: kosugikun <33971692+kosugikun@users.noreply.github.com>
Date: Tue, 15 Aug 2023 01:23:23 +0900
Subject: [PATCH] =?UTF-8?q?=E3=83=8B=E3=82=B3=E3=83=8B=E3=82=B3=E5=8B=95?=
=?UTF-8?q?=E7=94=BB=E3=82=92=E5=86=8D=E7=94=9F=E3=81=A7=E3=81=8D=E3=81=AA?=
=?UTF-8?q?=E3=81=84=E4=B8=8D=E5=85=B7=E5=90=88=E3=81=AE=E4=BF=AE=E6=AD=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 4 +-
.../slashcommands/music/SpotifyCmd.java | 100 ++++++++++++------
src/main/resources/logback.xml | 4 +-
src/main/resources/reference.conf | 4 +-
4 files changed, 71 insertions(+), 41 deletions(-)
diff --git a/pom.xml b/pom.xml
index 079dbadd1..122c1b0ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.jagrosh
JMusicBot
- 0.8.5
+ 0.8.6
jar
@@ -47,7 +47,7 @@
com.github.Cosgy-Dev
lavaplayer-cosgy
- 1.4.2
+ 1.4.2-cosgy.3
-
+
diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf
index 942533935..206d38025 100644
--- a/src/main/resources/reference.conf
+++ b/src/main/resources/reference.conf
@@ -123,8 +123,8 @@ nicopass = "0123456789"
ytemail = ""
ytpass = ""
-// Spotifyのログイン情報を入力してください。
-// SpotifyのURLから曲の情報を取得するためにログイン情報を使用します。
+// SpotifyAPIのクライアントキーとシークレットキーを入力ください。
+// SpotifyのURLから曲の情報を取得するためにSpotifyAPIを使用します。
spclient = ""
spsecret = ""